QmlDesigner: fix

Change-Id: Ia241c05c18f6fa7e1f22276253419c395ae9013b
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
Thomas Hartmann
2013-01-03 13:06:32 +01:00
committed by Marco Bubke
parent 8b3c7f2b1b
commit 6c44aacf08

View File

@@ -262,7 +262,7 @@ typedef QSharedPointer<SelectionAction> SelectionActionPtr;
public:
SelectionModelNodeAction(const QString &displayName, const QString &menuId, int priority) :
MenuDesignerAction(displayName, menuId, priority)
MenuDesignerAction<SelectionContextFunctors::Always, SelectionContextFunctors::SelectionEnabled>(displayName, menuId, priority)
{}
virtual void updateContext()