diff --git a/app/main.cpp b/app/main.cpp index d6ac544fe..a843b4f10 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -119,7 +119,6 @@ static int runQtApplication(int argc, char* argv[], qtwebapp::LoggerWithFile *lo MainWindow w(logger, parser); w.show(); - QObject::connect(&a, SIGNAL(aboutToQuit()), &w, SLOT(on_action_Exit_triggered())); return a.exec(); }