summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/qtquick/qtquickcontrols_1_0/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/qtquick/qtquickcontrols_1_0/main.qml')
-rw-r--r--share/qtcreator/templates/qtquick/qtquickcontrols_1_0/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/qtquick/qtquickcontrols_1_0/main.qml b/share/qtcreator/templates/qtquick/qtquickcontrols_1_0/main.qml
index bece7d88e9..3498b9459c 100644
--- a/share/qtcreator/templates/qtquick/qtquickcontrols_1_0/main.qml
+++ b/share/qtcreator/templates/qtquick/qtquickcontrols_1_0/main.qml
@@ -21,7 +21,7 @@ ApplicationWindow {
}
}
- Text {
+ Label {
text: qsTr("Hello World")
anchors.centerIn: parent
}