summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/ifcodegen/backends/server_qtro/serverMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/ifcodegen/backends/server_qtro/serverMain.cpp')
-rw-r--r--tests/auto/core/ifcodegen/backends/server_qtro/serverMain.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/core/ifcodegen/backends/server_qtro/serverMain.cpp b/tests/auto/core/ifcodegen/backends/server_qtro/serverMain.cpp
index 16f74212..898a0a13 100644
--- a/tests/auto/core/ifcodegen/backends/server_qtro/serverMain.cpp
+++ b/tests/auto/core/ifcodegen/backends/server_qtro/serverMain.cpp
@@ -123,6 +123,8 @@ void serverMain(QIfRemoteObjectsConfig &config)
contactsModelService->update(0, updatedContact);
} else if (cmd == u"remove"_s) {
contactsModelService->remove(0);
+ } else if (cmd == u"quit"_s) {
+ qApp->quit();
}
});
}