aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmldebugjs/data/quit.js
blob: 1a45fd5538ae255294933e6fb85643319ff3483e (plain)
1
2
3
4
function quit() {
    console.log("hit");
    Qt.quit();
}