1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-25 17:28:50 -05:00

More export and header fixes

This commit is contained in:
f4exb 2020-10-11 13:04:34 +02:00
parent 2b2ffce469
commit 6a30bd9a16
3 changed files with 9 additions and 9 deletions

View File

@ -15,8 +15,8 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>. // // along with this program. If not, see <http://www.gnu.org/licenses/>. //
/////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////
#ifndef SDRSRV_FEATURE_FEATURESET_H_ #ifndef SDRBASE_FEATURE_FEATURESET_H_
#define SDRSRV_FEATURE_FEATURESET_H_ #define SDRBASE_FEATURE_FEATURESET_H_
#include <QString> #include <QString>
#include <QList> #include <QList>
@ -28,7 +28,7 @@ class Feature;
class FeatureSetPreset; class FeatureSetPreset;
class WebAPIAdapterInterface; class WebAPIAdapterInterface;
class SDRSRV_API FeatureSet class SDRBASE_API FeatureSet
{ {
public: public:
FeatureSet(int tabIndex); FeatureSet(int tabIndex);
@ -75,4 +75,4 @@ private:
void renameFeatureInstances(); void renameFeatureInstances();
}; };
#endif // SDRSRV_FEATURE_FEATURESET_H_ #endif // SDRBASE_FEATURE_FEATURESET_H_

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2017 Edouard Griffiths, F4EXB. // // Copyright (C) 2017-2020 Edouard Griffiths, F4EXB. //
// // // //
// Swagger server adapter interface // // Swagger server adapter interface //
// // // //

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2017 Edouard Griffiths, F4EXB. // // Copyright (C) 2017-2020 Edouard Griffiths, F4EXB. //
// // // //
// Swagger server adapter interface // // Swagger server adapter interface //
// // // //
@ -17,8 +17,8 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>. // // along with this program. If not, see <http://www.gnu.org/licenses/>. //
/////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////
#ifndef SDRGUI_WEBAPI_WEBAPIADAPTERGUI_H_ #ifndef SDRBASE_WEBAPI_WEBAPIADAPTERGUI_H_
#define SDRGUI_WEBAPI_WEBAPIADAPTERGUI_H_ #define SDRBASE_WEBAPI_WEBAPIADAPTERGUI_H_
#include <QtGlobal> #include <QtGlobal>
@ -401,4 +401,4 @@ private:
static void getMsgTypeString(const QtMsgType& msgType, QString& level); static void getMsgTypeString(const QtMsgType& msgType, QString& level);
}; };
#endif /* SDRGUI_WEBAPI_WEBAPIADAPTERGUI_H_ */ #endif /* SDRBASE_WEBAPI_WEBAPIADAPTERGUI_H_ */