forked from qt-creator/qt-creator
QmlDesigner: Fix wrong priority versus shortcut
The arguments were mixed up, resulting in a shortcut of `\u0002`
Amends 14b86100b5
Fixes: QTCREATORBUG-29431
Change-Id: I10cf959a9f9b24df1d1f544ad3ea80b1b2060751
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1675,8 +1675,8 @@ void DesignerActionManager::createDefaultDesignerActions()
|
|||||||
setFlowStartDisplayName,
|
setFlowStartDisplayName,
|
||||||
{},
|
{},
|
||||||
flowCategory,
|
flowCategory,
|
||||||
2,
|
|
||||||
{},
|
{},
|
||||||
|
2,
|
||||||
&setFlowStartItem,
|
&setFlowStartItem,
|
||||||
&isFlowItem,
|
&isFlowItem,
|
||||||
&flowOptionVisible));
|
&flowOptionVisible));
|
||||||
|
Reference in New Issue
Block a user