summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2012-11-28 11:25:13 +0100
committerThomas Hartmann <Thomas.Hartmann@digia.com>2012-11-28 13:16:04 +0100
commite64661d4bbc8d8fb6230fa5f40c2f29ca6b4e61b (patch)
tree332633f9df5cb367c3af96f68611a01af0bfea08 /share
parente3d3cf987cc8957f4d1b70f334de2546f900291b (diff)
downloadqt-creator-e64661d4bbc8d8fb6230fa5f40c2f29ca6b4e61b.tar.gz
QmlDesigner: renaming file from .qml to .template
Reason: Since they are templates they do not have proper QML syntax. This change avoids warnings in Qt Creator about syntax errors in .qml files. Change-Id: I9194576851a0ea988dcf8bd340564d6563240707 Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/BooleanEditorTemplate.template (renamed from share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/BooleanEditorTemplate.qml)0
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/ColorEditorTemplate.template (renamed from share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/ColorEditorTemplate.qml)0
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/IntEditorTemplate.template (renamed from share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/IntEditorTemplate.qml)0
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/RealEditorTemplate.template (renamed from share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/RealEditorTemplate.qml)0
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/StringEditorTemplate.template (renamed from share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/StringEditorTemplate.qml)0
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/TemplateTypes.qml12
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/UrlEditorTemplate.template (renamed from share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/UrlEditorTemplate.qml)0
7 files changed, 6 insertions, 6 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/BooleanEditorTemplate.qml b/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/BooleanEditorTemplate.template
index f3432a9161..f3432a9161 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/BooleanEditorTemplate.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/BooleanEditorTemplate.template
diff --git a/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/ColorEditorTemplate.qml b/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/ColorEditorTemplate.template
index e8e4f17d72..e8e4f17d72 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/ColorEditorTemplate.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/ColorEditorTemplate.template
diff --git a/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/IntEditorTemplate.qml b/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/IntEditorTemplate.template
index c3c35be70c..c3c35be70c 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/IntEditorTemplate.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/IntEditorTemplate.template
diff --git a/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/RealEditorTemplate.qml b/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/RealEditorTemplate.template
index cdae8e7ff8..cdae8e7ff8 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/RealEditorTemplate.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/RealEditorTemplate.template
diff --git a/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/StringEditorTemplate.qml b/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/StringEditorTemplate.template
index 5152da59d6..5152da59d6 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/StringEditorTemplate.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/StringEditorTemplate.template
diff --git a/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/TemplateTypes.qml b/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/TemplateTypes.qml
index 78cc7da45d..c707885075 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/TemplateTypes.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/TemplateTypes.qml
@@ -4,26 +4,26 @@ AutoTypes {
Type {
typeNames: ["int"]
- sourceFile: "IntEditorTemplate.qml"
+ sourceFile: "IntEditorTemplate.template"
}
Type {
typeNames: ["real", "double", "qreal"]
- sourceFile: "RealEditorTemplate.qml"
+ sourceFile: "RealEditorTemplate.template"
}
Type {
typeNames: ["string", "QString"]
- sourceFile: "StringEditorTemplate.qml"
+ sourceFile: "StringEditorTemplate.template"
}
Type {
typeNames: ["QUrl", "url"]
- sourceFile: "UrlEditorTemplate.qml"
+ sourceFile: "UrlEditorTemplate.template"
}
Type {
typeNames: ["bool", "boolean"]
- sourceFile: "BooleanEditorTemplate.qml"
+ sourceFile: "BooleanEditorTemplate.template"
}
Type {
typeNames: ["color", "QColor"]
- sourceFile: "ColorEditorTemplate.qml"
+ sourceFile: "ColorEditorTemplate.template"
}
}
diff --git a/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/UrlEditorTemplate.qml b/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/UrlEditorTemplate.template
index 39e401b18e..39e401b18e 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/UrlEditorTemplate.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/UrlEditorTemplate.template