summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-06-09 09:30:24 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2022-06-09 07:32:44 +0000
commita5d501d22e78948c2bf300b5e6bf01ecd44352a0 (patch)
tree97955c8381b410097d2c13d95185c677aa972220
parent519f6fbda11cd6849e2ddbc804e20af2d2030012 (diff)
downloadqt-creator-a5d501d22e78948c2bf300b5e6bf01ecd44352a0.tar.gz
QmlDesigner: Fix template
Add missing '}' Task-number: QDS-7125 Change-Id: I7ecf80d681de0400368e28b98179488db560381e Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/studio_templates/projects/application-3d/Screen01.ui.qml.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/studio_templates/projects/application-3d/Screen01.ui.qml.tpl b/share/qtcreator/qmldesigner/studio_templates/projects/application-3d/Screen01.ui.qml.tpl
index 24566ef2cc..843185a029 100644
--- a/share/qtcreator/qmldesigner/studio_templates/projects/application-3d/Screen01.ui.qml.tpl
+++ b/share/qtcreator/qmldesigner/studio_templates/projects/application-3d/Screen01.ui.qml.tpl
@@ -56,6 +56,7 @@ Rectangle {
objectName: "Default Material"
diffuseColor: "#4aee45"
}
+ }
Text {
text: qsTr("Hello %{ProjectName}")