Skip to content

Commit

Permalink
replace "added in QGIS 3.0" with "since QGIS 3.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Apr 8, 2017
1 parent 22ea3ac commit e9bd373
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gui/qgscheckablecombobox.h
Expand Up @@ -31,7 +31,7 @@ class QEvent;
* \ingroup gui
* QStandardItemModel subclass which makes all items checkable
* by default.
* \note added in QGIS 3.0
* \since QGIS 3.0
* \note not available in Python bindings
**/
#ifndef SIP_RUN
Expand Down Expand Up @@ -80,7 +80,7 @@ class QgsCheckableItemModel : public QStandardItemModel
* \ingroup gui
* QStyledItemDelegate subclass for QgsCheckableComboBox. Needed for
* correct drawing of the checkable items on Mac and GTK.
* \note added in QGIS 3.0
* \since QGIS 3.0
* \note not available in Python bindings
**/

Expand Down Expand Up @@ -108,7 +108,7 @@ class QgsCheckBoxDelegate : public QStyledItemDelegate
/** \class QgsCheckableComboBox
* \ingroup gui
* QComboBox subclass which allows selecting multiple items.
* \note added in QGIS 3.0
* \since QGIS 3.0
**/

class GUI_EXPORT QgsCheckableComboBox : public QComboBox
Expand Down

0 comments on commit e9bd373

Please sign in to comment.