DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.15.8%2Bdfsg-3 / tests / auto / qml / qqmlapplicationengine / testapp / immediateExit.qml
12345678
import QtQml 2.0 QtObject { Component.onCompleted: { console.log("End: " + Qt.application.arguments[1]); Qt.exit(0) } }