fix enum in sip

This commit is contained in:
Denis Rouzaud 2014-09-17 16:15:39 +02:00
parent 1c3b0ea19a
commit 418725d8bc

View File

@ -25,7 +25,7 @@ class QgsIdentifyMenu : QMenu
bool mIsExternalAction;
QgsMapLayer* mLayer;
QgsFeatureId mFeatureId;
MenuLevel mLevel;
QgsIdentifyMenu::MenuLevel mLevel;
QgsMapLayerAction* mMapLayerAction;
};