Skip to content

Commit 4949a3b

Browse files
committed
missing Q_DECLARE_OPERATORS_FOR_FLAGS
1 parent 71d7445 commit 4949a3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/qgsmaplayeractionregistry.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ class GUI_EXPORT QgsMapLayerAction : public QAction
8989
Availability mAvailability;
9090
};
9191

92+
Q_DECLARE_OPERATORS_FOR_FLAGS( QgsMapLayerAction::Availability )
93+
9294
/**
9395
* This class tracks map layer actions
9496
*/

0 commit comments

Comments
 (0)