Skip to content

Commit 1500c3e

Browse files
committed
Fix dox
1 parent 5d9d903 commit 1500c3e

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

python/core/auto_generated/qgsbrowsermodel.sip.in

+1-3
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,7 @@ items, i.e. it does not fetch children.
120120
void connectItem( QgsDataItem *item ) /Deprecated/;
121121
%Docstring
122122

123-
.. deprecated:: since QGIS 3.4 -- this method has no effect, and is dangerous to call
124-
in earlier QGIS versions. Any usage should be removed (and will have no harmful
125-
side-effects!).
123+
.. 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!).
126124
%End
127125

128126
bool initialized() const;

src/core/qgsbrowsermodel.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,7 @@ class CORE_EXPORT QgsBrowserModel : public QAbstractItemModel
137137
static QModelIndex findPath( QAbstractItemModel *model, const QString &path, Qt::MatchFlag matchFlag = Qt::MatchExactly ) SIP_SKIP;
138138

139139
/**
140-
* \deprecated since QGIS 3.4 -- this method has no effect, and is dangerous to call
141-
* in earlier QGIS versions. Any usage should be removed (and will have no harmful
142-
* side-effects!).
140+
* \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!).
143141
*/
144142
Q_DECL_DEPRECATED void connectItem( QgsDataItem *item ) SIP_DEPRECATED;
145143

src/core/qgsbrowserproxymodel.h

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class QgsDataItem;
2525

2626
/**
2727
* \class QgsBrowserProxyModel
28+
* \ingroup core
2829
* A QSortFilterProxyModel subclass for filtering and sorting browser model items.
2930
* \since QGIS 3.4
3031
*/

0 commit comments

Comments
 (0)