mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-18 00:11:16 -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 <QObject>
|
||||||
#include <QRegularExpression>
|
#include <QRegularExpression>
|
||||||
|
|
||||||
|
#include "export.h"
|
||||||
#include "countrydat.h"
|
#include "countrydat.h"
|
||||||
|
|
||||||
class Callsign : public QObject
|
class SDRBASE_API Callsign : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
@ -34,7 +34,9 @@
|
|||||||
#include <QHash>
|
#include <QHash>
|
||||||
#include <QDate>
|
#include <QDate>
|
||||||
|
|
||||||
class CountryDat
|
#include "export.h"
|
||||||
|
|
||||||
|
class SDRBASE_API CountryDat
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
struct CountryInfo {
|
struct CountryInfo {
|
||||||
|
Loading…
Reference in New Issue
Block a user