forked from qt-creator/qt-creator
QmlDesigner: Adjust priority of template merger
Task-number: QDS-2488 Change-Id: Iac6fc179e2c28fe59c9db7e09f4989c548b3249c Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -1263,15 +1263,14 @@ void DesignerActionManager::createDefaultDesignerActions()
|
|||||||
&singleSelection,
|
&singleSelection,
|
||||||
&singleSelection));
|
&singleSelection));
|
||||||
|
|
||||||
addDesignerAction(new ModelNodeContextMenuAction(
|
addDesignerAction(new ModelNodeContextMenuAction(mergeTemplateCommandId,
|
||||||
mergeTemplateCommandId,
|
mergeTemplateDisplayName,
|
||||||
mergeTemplateDisplayName,
|
{},
|
||||||
{},
|
rootCategory,
|
||||||
rootCategory,
|
{},
|
||||||
{},
|
50,
|
||||||
30,
|
&mergeWithTemplate,
|
||||||
&mergeWithTemplate,
|
&SelectionContextFunctors::always));
|
||||||
&SelectionContextFunctors::always));
|
|
||||||
|
|
||||||
addDesignerAction(new ActionGroup(
|
addDesignerAction(new ActionGroup(
|
||||||
"",
|
"",
|
||||||
|
Reference in New Issue
Block a user