1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-09 09:25:07 -04:00

Unique WebAPIAdapter

This commit is contained in:
f4exb
2020-10-11 12:39:30 +02:00
parent c9e0425616
commit 2b2ffce469
12 changed files with 94 additions and 4078 deletions
+2 -2
View File
@@ -72,7 +72,7 @@
#include "loggerwithfile.h"
#include "webapi/webapirequestmapper.h"
#include "webapi/webapiserver.h"
#include "webapi/webapiadaptergui.h"
#include "webapi/webapiadapter.h"
#include "commands/command.h"
#include "mainwindow.h"
@@ -212,7 +212,7 @@ MainWindow::MainWindow(qtwebapp::LoggerWithFile *logger, const MainParser& parse
qDebug() << "MainWindow::MainWindow: load current preset settings...";
loadPresetSettings(m_mainCore->m_settings.getWorkingPreset(), 0);
m_apiAdapter = new WebAPIAdapterGUI();
m_apiAdapter = new WebAPIAdapter();
loadFeatureSetPresetSettings(m_mainCore->m_settings.getWorkingFeatureSetPreset(), 0);
splash->showStatusMessage("update preset controls...", Qt::white);