Skip to content

Commit

Permalink
missing Q_DECLARE_OPERATORS_FOR_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 14, 2014
1 parent 71d7445 commit 4949a3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsmaplayeractionregistry.h
Expand Up @@ -89,6 +89,8 @@ class GUI_EXPORT QgsMapLayerAction : public QAction
Availability mAvailability;
};

Q_DECLARE_OPERATORS_FOR_FLAGS( QgsMapLayerAction::Availability )

/**
* This class tracks map layer actions
*/
Expand Down

0 comments on commit 4949a3b

Please sign in to comment.