diff --git a/app/main.cpp b/app/main.cpp --- a/app/main.cpp +++ b/app/main.cpp @@ -120,10 +120,7 @@ : QApplication(argc, argv, GUIenabled) #endif { -#if KDEVELOP_SINGLE_APP Q_UNUSED(GUIenabled); -#endif - connect(this, &QGuiApplication::saveStateRequest, this, &KDevelopApplication::saveState); }