summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/data/quit.qml
blob: f4c8441e51ed8c546e6c1282c8af8e5cbc219290 (plain)
1
2
3
4
5
import Qt 4.7

QtObject {
    Component.onCompleted: Qt.quit()
}