mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Revert "MainWindow: call cleanup code on aboutToQuit signal"
This reverts commit a71ba63b49
.
This commit is contained in:
parent
486468afe0
commit
114e70b595
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user