mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
MainServer fixes
This commit is contained in:
parent
5f2e251629
commit
85014cc74b
@ -24,6 +24,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "loggerwithfile.h"
|
||||
#include "mainparser.h"
|
||||
#include "mainserver.h"
|
||||
#include "dsp/dsptypes.h"
|
||||
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include "webapi/webapiserver.h"
|
||||
#include "webapi/webapiadaptersrv.h"
|
||||
|
||||
#include "mainparser.h"
|
||||
#include "mainserver.h"
|
||||
|
||||
MainServer *MainServer::m_instance = 0;
|
||||
|
@ -17,8 +17,8 @@
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef SDRSRV_MAINCORE_H_
|
||||
#define SDRSRV_MAINCORE_H_
|
||||
#ifndef SDRSRV_MAINSERVER_H_
|
||||
#define SDRSRV_MAINSERVER_H_
|
||||
|
||||
#include <QObject>
|
||||
#include <QTimer>
|
||||
@ -27,8 +27,8 @@
|
||||
#include "settings/mainsettings.h"
|
||||
#include "util/messagequeue.h"
|
||||
#include "export.h"
|
||||
#include "mainparser.h"
|
||||
|
||||
class MainParser;
|
||||
class DSPEngine;
|
||||
class DSPDeviceSourceEngine;
|
||||
class DSPDeviceSinkEngine;
|
||||
@ -106,4 +106,4 @@ private slots:
|
||||
|
||||
|
||||
|
||||
#endif /* SDRSRV_MAINCORE_H_ */
|
||||
#endif /* SDRSRV_MAINSERVER_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user