1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04: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
+4 -4
View File
@@ -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_ */