From 114e70b595fcc6f7105bb5745b8069a03a826541 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sun, 22 Apr 2018 22:58:11 +0200 Subject: [PATCH] Revert "MainWindow: call cleanup code on aboutToQuit signal" This reverts commit a71ba63b495e87bb6071207d19eebf27fca7a95e. --- app/main.cpp | 1 - 1 file changed, 1 deletion(-) 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(); }