summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2014-10-17 15:12:26 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2014-10-20 11:11:23 +0200
commit9bcecbe8fbfb183848bdd96d35c534027ac4d801 (patch)
treea926ee2cffa01c6a2b08d66f9f7e0e1c31e40100 /share
parent0c9c17aa25253a9fcab2e7581fe23d0e47eaf013 (diff)
downloadqt-creator-9bcecbe8fbfb183848bdd96d35c534027ac4d801.tar.gz
Rename qml file templates
... to not trigger warnings about invalid syntax. Change-Id: I21d94b521650a32e86d1181c412ff1e99a6e24b2 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/wizards/classes/qtquickui/file.qml.tpl (renamed from share/qtcreator/templates/wizards/classes/qtquickui/file.qml)0
-rw-r--r--share/qtcreator/templates/wizards/classes/qtquickui/fileForm.ui.qml.tpl (renamed from share/qtcreator/templates/wizards/classes/qtquickui/fileForm.ui.qml)0
-rw-r--r--share/qtcreator/templates/wizards/classes/qtquickui/wizard.json4
3 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/templates/wizards/classes/qtquickui/file.qml b/share/qtcreator/templates/wizards/classes/qtquickui/file.qml.tpl
index d5287a5f9e..d5287a5f9e 100644
--- a/share/qtcreator/templates/wizards/classes/qtquickui/file.qml
+++ b/share/qtcreator/templates/wizards/classes/qtquickui/file.qml.tpl
diff --git a/share/qtcreator/templates/wizards/classes/qtquickui/fileForm.ui.qml b/share/qtcreator/templates/wizards/classes/qtquickui/fileForm.ui.qml.tpl
index 96a8ae4f57..96a8ae4f57 100644
--- a/share/qtcreator/templates/wizards/classes/qtquickui/fileForm.ui.qml
+++ b/share/qtcreator/templates/wizards/classes/qtquickui/fileForm.ui.qml.tpl
diff --git a/share/qtcreator/templates/wizards/classes/qtquickui/wizard.json b/share/qtcreator/templates/wizards/classes/qtquickui/wizard.json
index e45989938d..0bd2943a3a 100644
--- a/share/qtcreator/templates/wizards/classes/qtquickui/wizard.json
+++ b/share/qtcreator/templates/wizards/classes/qtquickui/wizard.json
@@ -71,12 +71,12 @@
"typeId": "File",
"data": [
{
- "source": "file.qml",
+ "source": "file.qml.tpl",
"target": "%{TargetPath}/%{QmlFile}",
"openInEditor": true
},
{
- "source": "fileForm.ui.qml",
+ "source": "fileForm.ui.qml.tpl",
"target": "%{TargetPath}/%{UiFile}",
"openInEditor": true
}