Revert "MainWindow: call cleanup code on aboutToQuit signal"

This reverts commit a71ba63b49.
This commit is contained in:
f4exb 2018-04-22 22:58:11 +02:00
parent 486468afe0
commit 114e70b595
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}