aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/data/quit.qml
blob: 62564a64921b5f1773ef3c535c59ca19929ef4a7 (plain)
1
2
3
4
5
import QtQuick 1.0

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