Added missing exports for MSVC. Part of #2008

pull/2013/head
f4exb 2024-03-07 16:34:57 +01:00
rodzic 446e1a258a
commit 41eb0fea9b
2 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

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