1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-17 13:51:47 -05:00

MSVC fixes

This commit is contained in:
f4exb 2019-08-12 13:23:05 +02:00
parent 55e3b9f766
commit 6a0038e5bd
2 changed files with 3 additions and 1 deletions

View File

@ -19,8 +19,9 @@
#define SDRBASE_CHANNEL_CHANNELUTILS_H_
#include <QString>
#include "export.h"
class ChannelUtils
class SDRBASE_API ChannelUtils
{
public:
static bool compareChannelURIs(const QString& registerdChannelURI, const QString& xChannelURI);

View File

@ -165,6 +165,7 @@ int WebAPIAdapterSrv::instanceConfigPutPatch(
}
// TODO
return 200;
}
int WebAPIAdapterSrv::instanceDevices(