forked from qt-creator/qt-creator
ScxmlEditor: Require ScxmlEditor plugin for wizard
Change-Id: If5892f37b9e8d919100a659629e6e2325e25cc83 Reviewed-by: Marco Benelli <marco.benelli@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"trDisplayCategory": "Modeling",
|
||||
"iconText": "scxml",
|
||||
"platformIndependent": true,
|
||||
"enabled": "%{JS: [ %{Plugins} ].indexOf('QtSupport') >= 0}",
|
||||
"enabled": "%{JS: [ %{Plugins} ].indexOf('ScxmlEditor') >= 0}",
|
||||
|
||||
"options":
|
||||
[
|
||||
|
Reference in New Issue
Block a user