aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-07-25 11:54:44 +0200
committerEike Ziller <eike.ziller@qt.io>2017-07-25 11:54:44 +0200
commitefa5a7b6d76c85423e45b85e3db97186dc2d1923 (patch)
tree096f1a42d2b5943c742e1302489d548edfb026a4 /src/plugins/scxmleditor
parentc8962c34baae380f7db9840da419998007411226 (diff)
parent41127e0f4769bd32f3f5d88c2064ba61f222e195 (diff)
Merge remote-tracking branch 'origin/4.4'
Conflicts: qtcreator.pri Change-Id: If5f4a9821a23ac0df81eb84b3980f9cf7ecd70ba
Diffstat (limited to 'src/plugins/scxmleditor')
-rw-r--r--src/plugins/scxmleditor/ScxmlEditor.json.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/plugins/scxmleditor/ScxmlEditor.json.in b/src/plugins/scxmleditor/ScxmlEditor.json.in
index 1e48677f5fb..1218f4129b4 100644
--- a/src/plugins/scxmleditor/ScxmlEditor.json.in
+++ b/src/plugins/scxmleditor/ScxmlEditor.json.in
@@ -18,14 +18,14 @@
\"Experimental\" : true,
$$dependencyList,
- \"Mimetypes\" : \"
- <?xml version=\'1.0\'?>
- <mime-info xmlns=\'http://www.freedesktop.org/standards/shared-mime-info\'>
- <mime-type type=\'application/scxml+xml\'>
- <sub-class-of type=\'text/xml\'/>
- <comment>SCXML file</comment>
- <glob pattern=\'*.scxml\'/>
- </mime-type>
- </mime-info>
- \"
+ \"Mimetypes\" : [
+ \"<?xml version=\'1.0\'?>\",
+ \"<mime-info xmlns=\'http://www.freedesktop.org/standards/shared-mime-info\'>\",
+ \" <mime-type type=\'application/scxml+xml\'>\",
+ \" <sub-class-of type=\'text/xml\'/>\",
+ \" <comment>SCXML file</comment>\",
+ \" <glob pattern=\'*.scxml\'/>\",
+ \" </mime-type>\",
+ \"</mime-info>\"
+ ]
}