Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
missing meta-object declaration for Behaviour enum
  • Loading branch information
3nids committed Jun 11, 2015
1 parent 0559567 commit 95cc4ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgscolorbuttonv2.h
Expand Up @@ -34,6 +34,7 @@ class QgsColorSchemeRegistry;
class GUI_EXPORT QgsColorButtonV2 : public QToolButton
{
Q_OBJECT
Q_ENUMS( Behaviour )
Q_PROPERTY( QString colorDialogTitle READ colorDialogTitle WRITE setColorDialogTitle )
Q_PROPERTY( bool acceptLiveUpdates READ acceptLiveUpdates WRITE setAcceptLiveUpdates )
Q_PROPERTY( QColor color READ color WRITE setColor )
Expand Down

0 comments on commit 95cc4ba

Please sign in to comment.