summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/ifcodegen/backends/test/simulation.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/ifcodegen/backends/test/simulation.qml')
-rw-r--r--tests/auto/core/ifcodegen/backends/test/simulation.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/core/ifcodegen/backends/test/simulation.qml b/tests/auto/core/ifcodegen/backends/test/simulation.qml
index 5a3deb99..946733b8 100644
--- a/tests/auto/core/ifcodegen/backends/test/simulation.qml
+++ b/tests/auto/core/ifcodegen/backends/test/simulation.qml
@@ -157,6 +157,8 @@ QtObject {
echo.contactList.update(0, Echomodule.contact("Mr B.", 30, true, undefined))
} else if (cmd === "remove") {
echo.contactList.remove(0)
+ } else if (cmd === "quit") {
+ Qt.quit()
}
}
}