QmlDesigner: Fix template

Add missing '}'

Task-number: QDS-7125
Change-Id: I7ecf80d681de0400368e28b98179488db560381e
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2022-06-09 09:30:24 +02:00
parent 519f6fbda1
commit a5d501d22e

View File

@@ -56,6 +56,7 @@ Rectangle {
objectName: "Default Material"
diffuseColor: "#4aee45"
}
}
Text {
text: qsTr("Hello %{ProjectName}")