mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-21 19:58:39 -04:00
Added missing exports for MSVC. Part of #2008
This commit is contained in:
parent
446e1a258a
commit
41eb0fea9b
@ -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
|
||||
|
||||
|
@ -34,7 +34,9 @@
|
||||
#include <QHash>
|
||||
#include <QDate>
|
||||
|
||||
class CountryDat
|
||||
#include "export.h"
|
||||
|
||||
class SDRBASE_API CountryDat
|
||||
{
|
||||
public:
|
||||
struct CountryInfo {
|
||||
|
Loading…
Reference in New Issue
Block a user