QtQuickApp wizard: Use qsTr() for string

Change-Id: Ie2f40065c000b5bf588a0cd5470ec42091080c97
Reviewed-on: http://codereview.qt.nokia.com/621
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
Kai Koehne
2011-06-22 16:01:02 +02:00
committed by Alessandro Portale
parent 86889dded8
commit 8ec524910a

View File

@@ -4,7 +4,7 @@ Rectangle {
width: 360
height: 360
Text {
text: "Hello World"
text: qsTr("Hello World")
anchors.centerIn: parent
}
MouseArea {