Skip to content

Commit c8e4bca

Browse files
committedApr 8, 2017
make model and delegate classes private API
1 parent a0bd3ec commit c8e4bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/gui/qgscheckablecombobox.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* @note added in QGIS 3.0
3232
* @note not available in Python bindings
3333
**/
34-
class GUI_EXPORT QgsCheckableItemModel : public QStandardItemModel
34+
class QgsCheckableItemModel : public QStandardItemModel
3535
{
3636
Q_OBJECT
3737

@@ -80,7 +80,7 @@ class GUI_EXPORT QgsCheckableItemModel : public QStandardItemModel
8080
* @note not available in Python bindings
8181
**/
8282

83-
class GUI_EXPORT QgsCheckBoxDelegate : public QStyledItemDelegate
83+
class QgsCheckBoxDelegate : public QStyledItemDelegate
8484
{
8585
Q_OBJECT
8686

0 commit comments

Comments
 (0)
Please sign in to comment.