DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.15.2%2Bdfsg-6 / 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) } }