File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
114114class GUI_EXPORT QgsCheckableComboBox : public QComboBox
You can’t perform that action at this time.
0 commit comments