1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-09-03 13:47:50 -04:00

Revert "MainWindow: call cleanup code on aboutToQuit signal"

This reverts commit a71ba63b495e87bb6071207d19eebf27fca7a95e.
This commit is contained in:
f4exb 2018-04-22 22:58:11 +02:00
parent 486468afe0
commit 114e70b595

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