Skip to content

Commit

Permalink
missed the python part
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12347 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 7, 2009
1 parent dd98b74 commit 362ea7f
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 174 deletions.
5 changes: 5 additions & 0 deletions python/core/qgsvectorlayer.sip
Expand Up @@ -498,6 +498,11 @@ public slots:
*/
virtual void updateExtents();

/** Returns the index of a field name or -1 if the field does not exist
@note this method was added in version 1.4
*/
int fieldNameIndex( const QString& fieldName ) const;

signals:

/** This signal is emited when selection was changed */
Expand Down

0 comments on commit 362ea7f

Please sign in to comment.