aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2018-02-02 15:48:13 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2018-02-05 09:06:14 +0000
commit84b90abb9b84b5441164ddf24d720a4393b9cd93 (patch)
tree201367e4e8e9c37d0d4e73dd8d0eb658a1253146 /share
parentffb2503a5983f15f86bc065ecadaa9a628aee255 (diff)
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>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/wizards/files/scxml/wizard.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/files/scxml/wizard.json b/share/qtcreator/templates/wizards/files/scxml/wizard.json
index 893662337d..4e9e870637 100644
--- a/share/qtcreator/templates/wizards/files/scxml/wizard.json
+++ b/share/qtcreator/templates/wizards/files/scxml/wizard.json
@@ -8,7 +8,7 @@
"trDisplayCategory": "Modeling",
"iconText": "scxml",
"platformIndependent": true,
- "enabled": "%{JS: [ %{Plugins} ].indexOf('QtSupport') >= 0}",
+ "enabled": "%{JS: [ %{Plugins} ].indexOf('ScxmlEditor') >= 0}",
"options":
[