mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
More export and header fixes
This commit is contained in:
parent
2b2ffce469
commit
6a30bd9a16
@ -15,8 +15,8 @@
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef SDRSRV_FEATURE_FEATURESET_H_
|
||||
#define SDRSRV_FEATURE_FEATURESET_H_
|
||||
#ifndef SDRBASE_FEATURE_FEATURESET_H_
|
||||
#define SDRBASE_FEATURE_FEATURESET_H_
|
||||
|
||||
#include <QString>
|
||||
#include <QList>
|
||||
@ -28,7 +28,7 @@ class Feature;
|
||||
class FeatureSetPreset;
|
||||
class WebAPIAdapterInterface;
|
||||
|
||||
class SDRSRV_API FeatureSet
|
||||
class SDRBASE_API FeatureSet
|
||||
{
|
||||
public:
|
||||
FeatureSet(int tabIndex);
|
||||
@ -75,4 +75,4 @@ private:
|
||||
void renameFeatureInstances();
|
||||
};
|
||||
|
||||
#endif // SDRSRV_FEATURE_FEATURESET_H_
|
||||
#endif // SDRBASE_FEATURE_FEATURESET_H_
|
||||
|
@ -1,5 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 Edouard Griffiths, F4EXB. //
|
||||
// Copyright (C) 2017-2020 Edouard Griffiths, F4EXB. //
|
||||
// //
|
||||
// Swagger server adapter interface //
|
||||
// //
|
||||
|
@ -1,5 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
// Copyright (C) 2017 Edouard Griffiths, F4EXB. //
|
||||
// Copyright (C) 2017-2020 Edouard Griffiths, F4EXB. //
|
||||
// //
|
||||
// Swagger server adapter interface //
|
||||
// //
|
||||
@ -17,8 +17,8 @@
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef SDRGUI_WEBAPI_WEBAPIADAPTERGUI_H_
|
||||
#define SDRGUI_WEBAPI_WEBAPIADAPTERGUI_H_
|
||||
#ifndef SDRBASE_WEBAPI_WEBAPIADAPTERGUI_H_
|
||||
#define SDRBASE_WEBAPI_WEBAPIADAPTERGUI_H_
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
@ -401,4 +401,4 @@ private:
|
||||
static void getMsgTypeString(const QtMsgType& msgType, QString& level);
|
||||
};
|
||||
|
||||
#endif /* SDRGUI_WEBAPI_WEBAPIADAPTERGUI_H_ */
|
||||
#endif /* SDRBASE_WEBAPI_WEBAPIADAPTERGUI_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user