aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmlprofilerservice/data/qstr.qml
blob: 09dcd34b5c0802a1f81e5b0bedbff67c299e4c9e (plain)
1
2
3
4
5
6
7
8
9
import QtQml 2.0

Timer {
    property string stuff: qsTr("foo")

    running: true
    interval: 1
    onTriggered: Qt.quit();
}