Added missing exports for MSVC. Part of #2008

This commit is contained in:
f4exb 2024-03-07 16:34:57 +01:00
parent 446e1a258a
commit 41eb0fea9b
2 changed files with 5 additions and 2 deletions

View File

@ -24,9 +24,10 @@
#include <QObject>
#include <QRegularExpression>
#include "export.h"
#include "countrydat.h"
class Callsign : public QObject
class SDRBASE_API Callsign : public QObject
{
Q_OBJECT

View File

@ -34,7 +34,9 @@
#include <QHash>
#include <QDate>
class CountryDat
#include "export.h"
class SDRBASE_API CountryDat
{
public:
struct CountryInfo {