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

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