We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae5b58f commit d41fffaCopy full SHA for d41fffa
src/gui/qgsvectorlayer.h
@@ -197,6 +197,12 @@ public slots:
197
void startEditing();
198
void stopEditing();
199
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
+
206
207
public:
208
@@ -278,12 +284,6 @@ public slots:
278
284
*/
279
285
virtual long updateFeatureCount() const;
280
286
281
- /**
282
- * Update the extents for the layer. This is necessary if features are
283
- * added/deleted or the layer has been subsetted.
- */
- virtual void updateExtents();
-
287
/**
288
* Set the string (typically sql) used to define a subset of the layer
289
* @param subset The subset string. This may be the where clause of a sql statement
0 commit comments