Skip to content

Commit d41fffa

Browse files
author
g_j_m
committed
Fix up a borken slot
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5495 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ae5b58f commit d41fffa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/gui/qgsvectorlayer.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@ public slots:
197197
void startEditing();
198198
void stopEditing();
199199

200+
/**
201+
* Update the extents for the layer. This is necessary if features are
202+
* added/deleted or the layer has been subsetted.
203+
*/
204+
virtual void updateExtents();
205+
200206

201207
public:
202208

@@ -278,12 +284,6 @@ public slots:
278284
*/
279285
virtual long updateFeatureCount() const;
280286

281-
/**
282-
* Update the extents for the layer. This is necessary if features are
283-
* added/deleted or the layer has been subsetted.
284-
*/
285-
virtual void updateExtents();
286-
287287
/**
288288
* Set the string (typically sql) used to define a subset of the layer
289289
* @param subset The subset string. This may be the where clause of a sql statement

0 commit comments

Comments
 (0)