mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 06:24:48 -04:00
Added missing exports for MSVC. Part of #2008
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user