aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/app/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/app/main.cpp b/examples/app/main.cpp
index 81d2ed8..f241387 100644
--- a/examples/app/main.cpp
+++ b/examples/app/main.cpp
@@ -48,7 +48,6 @@ public:
int main(int argc, char **argv)
{
QGuiApplication app(argc, argv);
- app.setQuitOnLastWindowClosed(false);
CustomQmlEngine qmlEngine;
QQuickView fallbackView(&qmlEngine, 0);