Skip to content

Commit

Permalink
add missing Q_PROPERTYs to color button V2
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Sep 18, 2014
1 parent f8228a2 commit 5645a18
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/gui/qgscolorbuttonv2.h
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ class GUI_EXPORT QgsColorButtonV2: public QToolButton
Q_PROPERTY( QString colorDialogTitle READ colorDialogTitle WRITE setColorDialogTitle )
Q_PROPERTY( bool acceptLiveUpdates READ acceptLiveUpdates WRITE setAcceptLiveUpdates )
Q_PROPERTY( QColor color READ color WRITE setColor )
Q_PROPERTY( bool allowAlpha READ allowAlpha WRITE setAllowAlpha )
Q_PROPERTY( bool showMenu READ showMenu WRITE setShowMenu )
Q_PROPERTY( Behaviour behaviour READ behaviour WRITE setBehaviour )
Q_PROPERTY( QColor defaultColor READ defaultColor WRITE setDefaultColor )
Q_PROPERTY( bool showNoColor READ showNoColor WRITE setShowNoColor )
Q_PROPERTY( QString noColorString READ noColorString WRITE setNoColorString )
Q_PROPERTY( QString context READ context WRITE setContext )

public:

Expand Down

0 comments on commit 5645a18

Please sign in to comment.