Skip to content

Commit

Permalink
autogenerated sip in file
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Jan 3, 2019
1 parent 5a75195 commit 0373fe7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions python/core/auto_generated/qgsbrowsermodel.sip.in
Expand Up @@ -117,6 +117,17 @@ items, i.e. it does not fetch children.
%End


QModelIndex findUri( const QString &uri, QModelIndex index = QModelIndex() );
%Docstring
Returns index of layer item with given uri. It only searches in currently fetched
items, i.e. it does not fetch children.

:param uri: item uri
:param index: the current index of the parent (to search for children)

:return: model index, invalid if item not found *
%End

void connectItem( QgsDataItem *item ) /Deprecated/;
%Docstring

Expand Down

0 comments on commit 0373fe7

Please sign in to comment.