1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-08 12:28:47 -04:00

Renamed MainCore to MainServer

This commit is contained in:
f4exb
2020-10-08 22:33:08 +02:00
parent d50f0659a6
commit d3ce9d49d0
8 changed files with 95 additions and 95 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
#include <vector>
#include "loggerwithfile.h"
#include "maincore.h"
#include "mainserver.h"
#include "dsp/dsptypes.h"
void handler(int sig) {
@@ -91,7 +91,7 @@ static int runQtApplication(int argc, char* argv[], qtwebapp::LoggerWithFile *lo
QCoreApplication::applicationPid());
#endif
MainCore m(logger, parser, &a);
MainServer m(logger, parser, &a);
// This will cause the application to exit when the main core is finished
QObject::connect(&m, SIGNAL(finished()), &a, SLOT(quit()));