mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-09-21 17:53:55 -04:00
Implement MainCore in MainWindow step1: except feature and device sets
This commit is contained in:
@@ -135,6 +135,7 @@ int main(int argc, char* argv[])
|
||||
qtwebapp::LoggerWithFile *logger = new qtwebapp::LoggerWithFile(qApp);
|
||||
logger->installMsgHandler();
|
||||
int res = runQtApplication(argc, argv, logger);
|
||||
delete logger;
|
||||
qWarning("SDRangel quit.");
|
||||
return res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user