From 418725d8bcf5e9077e394198e54e832fe1422bd8 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Wed, 17 Sep 2014 16:15:39 +0200 Subject: [PATCH] fix enum in sip --- python/gui/qgsidentifymenu.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/gui/qgsidentifymenu.sip b/python/gui/qgsidentifymenu.sip index 60d4cc222b6..6ebd88d6741 100644 --- a/python/gui/qgsidentifymenu.sip +++ b/python/gui/qgsidentifymenu.sip @@ -25,7 +25,7 @@ class QgsIdentifyMenu : QMenu bool mIsExternalAction; QgsMapLayer* mLayer; QgsFeatureId mFeatureId; - MenuLevel mLevel; + QgsIdentifyMenu::MenuLevel mLevel; QgsMapLayerAction* mMapLayerAction; };