Skip to content

Commit

Permalink
make model and delegate classes private API
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Apr 8, 2017
1 parent a0bd3ec commit c8e4bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/qgscheckablecombobox.h
Expand Up @@ -31,7 +31,7 @@
* @note added in QGIS 3.0
* @note not available in Python bindings
**/
class GUI_EXPORT QgsCheckableItemModel : public QStandardItemModel
class QgsCheckableItemModel : public QStandardItemModel
{
Q_OBJECT

Expand Down Expand Up @@ -80,7 +80,7 @@ class GUI_EXPORT QgsCheckableItemModel : public QStandardItemModel
* @note not available in Python bindings
**/

class GUI_EXPORT QgsCheckBoxDelegate : public QStyledItemDelegate
class QgsCheckBoxDelegate : public QStyledItemDelegate
{
Q_OBJECT

Expand Down

0 comments on commit c8e4bca

Please sign in to comment.