From 41eb0fea9bcff7f78ba26f419fd83997cef94afd Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 7 Mar 2024 16:34:57 +0100 Subject: [PATCH] Added missing exports for MSVC. Part of #2008 --- sdrbase/util/callsign.h | 3 ++- sdrbase/util/countrydat.h | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sdrbase/util/callsign.h b/sdrbase/util/callsign.h index 288a04872..ffff9fa6b 100644 --- a/sdrbase/util/callsign.h +++ b/sdrbase/util/callsign.h @@ -24,9 +24,10 @@ #include #include +#include "export.h" #include "countrydat.h" -class Callsign : public QObject +class SDRBASE_API Callsign : public QObject { Q_OBJECT diff --git a/sdrbase/util/countrydat.h b/sdrbase/util/countrydat.h index f50f00352..482500eb5 100644 --- a/sdrbase/util/countrydat.h +++ b/sdrbase/util/countrydat.h @@ -34,7 +34,9 @@ #include #include -class CountryDat +#include "export.h" + +class SDRBASE_API CountryDat { public: struct CountryInfo {