Skip to content

Commit 418725d

Browse files
committed
fix enum in sip
1 parent 1c3b0ea commit 418725d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/gui/qgsidentifymenu.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class QgsIdentifyMenu : QMenu
2525
bool mIsExternalAction;
2626
QgsMapLayer* mLayer;
2727
QgsFeatureId mFeatureId;
28-
MenuLevel mLevel;
28+
QgsIdentifyMenu::MenuLevel mLevel;
2929
QgsMapLayerAction* mMapLayerAction;
3030
};
3131

0 commit comments

Comments
 (0)