mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-06-28 23:15:28 -04:00
MSVC fixes
This commit is contained in:
parent
55e3b9f766
commit
6a0038e5bd
@ -19,8 +19,9 @@
|
|||||||
#define SDRBASE_CHANNEL_CHANNELUTILS_H_
|
#define SDRBASE_CHANNEL_CHANNELUTILS_H_
|
||||||
|
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
#include "export.h"
|
||||||
|
|
||||||
class ChannelUtils
|
class SDRBASE_API ChannelUtils
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static bool compareChannelURIs(const QString& registerdChannelURI, const QString& xChannelURI);
|
static bool compareChannelURIs(const QString& registerdChannelURI, const QString& xChannelURI);
|
||||||
|
@ -165,6 +165,7 @@ int WebAPIAdapterSrv::instanceConfigPutPatch(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
|
return 200;
|
||||||
}
|
}
|
||||||
|
|
||||||
int WebAPIAdapterSrv::instanceDevices(
|
int WebAPIAdapterSrv::instanceDevices(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user