Skip to content

Commit e9bd373

Browse files
committed
replace "added in QGIS 3.0" with "since QGIS 3.0"
1 parent 22ea3ac commit e9bd373

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/gui/qgscheckablecombobox.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class QEvent;
3131
* \ingroup gui
3232
* QStandardItemModel subclass which makes all items checkable
3333
* by default.
34-
* \note added in QGIS 3.0
34+
* \since QGIS 3.0
3535
* \note not available in Python bindings
3636
**/
3737
#ifndef SIP_RUN
@@ -80,7 +80,7 @@ class QgsCheckableItemModel : public QStandardItemModel
8080
* \ingroup gui
8181
* QStyledItemDelegate subclass for QgsCheckableComboBox. Needed for
8282
* correct drawing of the checkable items on Mac and GTK.
83-
* \note added in QGIS 3.0
83+
* \since QGIS 3.0
8484
* \note not available in Python bindings
8585
**/
8686

@@ -108,7 +108,7 @@ class QgsCheckBoxDelegate : public QStyledItemDelegate
108108
/** \class QgsCheckableComboBox
109109
* \ingroup gui
110110
* QComboBox subclass which allows selecting multiple items.
111-
* \note added in QGIS 3.0
111+
* \since QGIS 3.0
112112
**/
113113

114114
class GUI_EXPORT QgsCheckableComboBox : public QComboBox

0 commit comments

Comments
 (0)