From 953bb60aacd0143428fc65c552b104778fd7d932 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 2 Dec 2024 19:38:26 -0500 Subject: [PATCH] Remove explicit quit connection with QQmlApplicationEngine This is not needed, it already does this by itself. --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 619e0180b..6ce42a9a5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -271,7 +271,6 @@ int main(int argc, char *argv[]) #endif engine.rootContext()->setContextObject(new KLocalizedContext(&engine)); - QObject::connect(&engine, &QQmlApplicationEngine::quit, &app, &QCoreApplication::quit); engine.setNetworkAccessManagerFactory(new NetworkAccessManagerFactory()); if (parser.isSet("ignore-ssl-errors"_ls)) {