aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-01-31 11:32:03 +0100
committerEike Ziller <eike.ziller@qt.io>2018-02-01 08:46:09 +0000
commit97631cfdb83654d0aced65d84583303dc4bc245b (patch)
treedc4b374ebb17877c65cb07cefddd47128fd41ff7
parentb30643c4fa14013aecb71c9968c8c33fb67558d8 (diff)
ModelEditor: Add text to scratch model wizard icon
Like for the non-scratch wizard, separating it from SCXML. Change-Id: Ia0ce6bad14dae8c3d7522c1d1dcdc4d87f77b77e Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
-rw-r--r--share/qtcreator/templates/wizards/files/modeling/scratch/wizard.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/templates/wizards/files/modeling/scratch/wizard.json b/share/qtcreator/templates/wizards/files/modeling/scratch/wizard.json
index 7f3f421956..71bad75ddf 100644
--- a/share/qtcreator/templates/wizards/files/modeling/scratch/wizard.json
+++ b/share/qtcreator/templates/wizards/files/modeling/scratch/wizard.json
@@ -6,6 +6,7 @@
"trDescription": "Creates a scratch model using a temporary file.",
"trDisplayName": "Scratch Model",
"trDisplayCategory": "Modeling",
+ "iconText": "qmodel",
"platformIndependent": true,
"enabled": "%{JS: [ %{Plugins} ].indexOf('ModelEditor') >= 0}",