Skip to content

Commit

Permalink
Fix dox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 18, 2018
1 parent 5d9d903 commit 1500c3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions python/core/auto_generated/qgsbrowsermodel.sip.in
Expand Up @@ -120,9 +120,7 @@ items, i.e. it does not fetch children.
void connectItem( QgsDataItem *item ) /Deprecated/;
%Docstring

.. deprecated:: since QGIS 3.4 -- this method has no effect, and is dangerous to call
in earlier QGIS versions. Any usage should be removed (and will have no harmful
side-effects!).
.. deprecated:: Deprecated since QGIS 3.4 -- this method has no effect, and is dangerous to call in earlier QGIS versions. Any usage should be removed (and will have no harmful side-effects!).
%End

bool initialized() const;
Expand Down
4 changes: 1 addition & 3 deletions src/core/qgsbrowsermodel.h
Expand Up @@ -137,9 +137,7 @@ class CORE_EXPORT QgsBrowserModel : public QAbstractItemModel
static QModelIndex findPath( QAbstractItemModel *model, const QString &path, Qt::MatchFlag matchFlag = Qt::MatchExactly ) SIP_SKIP;

/**
* \deprecated since QGIS 3.4 -- this method has no effect, and is dangerous to call
* in earlier QGIS versions. Any usage should be removed (and will have no harmful
* side-effects!).
* \deprecated Deprecated since QGIS 3.4 -- this method has no effect, and is dangerous to call in earlier QGIS versions. Any usage should be removed (and will have no harmful side-effects!).
*/
Q_DECL_DEPRECATED void connectItem( QgsDataItem *item ) SIP_DEPRECATED;

Expand Down
1 change: 1 addition & 0 deletions src/core/qgsbrowserproxymodel.h
Expand Up @@ -25,6 +25,7 @@ class QgsDataItem;

/**
* \class QgsBrowserProxyModel
* \ingroup core
* A QSortFilterProxyModel subclass for filtering and sorting browser model items.
* \since QGIS 3.4
*/
Expand Down

0 comments on commit 1500c3e

Please sign in to comment.