aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlqt/data/exit.qml
blob: 12727d9f0489bd3de30e9720263642271f8077b1 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

QtObject {
    property int returnCode: -1
    Component.onCompleted: Qt.exit(returnCode)
}