Skip to content

Commit 95cc4ba

Browse files
committed
missing meta-object declaration for Behaviour enum
1 parent 0559567 commit 95cc4ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/qgscolorbuttonv2.h

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class QgsColorSchemeRegistry;
3434
class GUI_EXPORT QgsColorButtonV2 : public QToolButton
3535
{
3636
Q_OBJECT
37+
Q_ENUMS( Behaviour )
3738
Q_PROPERTY( QString colorDialogTitle READ colorDialogTitle WRITE setColorDialogTitle )
3839
Q_PROPERTY( bool acceptLiveUpdates READ acceptLiveUpdates WRITE setAcceptLiveUpdates )
3940
Q_PROPERTY( QColor color READ color WRITE setColor )

0 commit comments

Comments
 (0)