Skip to content

Commit

Permalink
Fix up a borken slot
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5495 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed May 27, 2006
1 parent ae5b58f commit d41fffa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/gui/qgsvectorlayer.h
Expand Up @@ -197,6 +197,12 @@ public slots:
void startEditing();
void stopEditing();

/**
* Update the extents for the layer. This is necessary if features are
* added/deleted or the layer has been subsetted.
*/
virtual void updateExtents();


public:

Expand Down Expand Up @@ -278,12 +284,6 @@ public slots:
*/
virtual long updateFeatureCount() const;

/**
* Update the extents for the layer. This is necessary if features are
* added/deleted or the layer has been subsetted.
*/
virtual void updateExtents();

/**
* Set the string (typically sql) used to define a subset of the layer
* @param subset The subset string. This may be the where clause of a sql statement
Expand Down

0 comments on commit d41fffa

Please sign in to comment.