mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
WDSP receiver: removed DLL export in dialogs for MSVC
This commit is contained in:
parent
7923cd811b
commit
7db7159349
@ -19,14 +19,13 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
#include "export.h"
|
||||
#include "wdsprxsettings.h"
|
||||
|
||||
namespace Ui {
|
||||
class WDSPRxAGCDialog;
|
||||
}
|
||||
|
||||
class SDRGUI_API WDSPRxAGCDialog : public QDialog {
|
||||
class WDSPRxAGCDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
enum ValueChanged {
|
||||
|
@ -19,15 +19,13 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
#include "export.h"
|
||||
#include "wdsprxsettings.h"
|
||||
|
||||
|
||||
namespace Ui {
|
||||
class WDSPRxAMDialog;
|
||||
}
|
||||
|
||||
class SDRGUI_API WDSPRxAMDialog : public QDialog {
|
||||
class WDSPRxAMDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
enum ValueChanged {
|
||||
|
@ -19,14 +19,13 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
#include "export.h"
|
||||
#include "wdsprxsettings.h"
|
||||
|
||||
namespace Ui {
|
||||
class WDSPRxCWPeakDialog;
|
||||
}
|
||||
|
||||
class SDRGUI_API WDSPRxCWPeakDialog : public QDialog {
|
||||
class WDSPRxCWPeakDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
enum ValueChanged {
|
||||
|
@ -19,14 +19,13 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
#include "export.h"
|
||||
#include "wdsprxsettings.h"
|
||||
|
||||
namespace Ui {
|
||||
class WDSPRxDNBDialog;
|
||||
}
|
||||
|
||||
class SDRGUI_API WDSPRxDNBDialog : public QDialog {
|
||||
class WDSPRxDNBDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
enum ValueChanged {
|
||||
|
@ -19,14 +19,13 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
#include "export.h"
|
||||
#include "wdsprxsettings.h"
|
||||
|
||||
namespace Ui {
|
||||
class WDSPRxDNRDialog;
|
||||
}
|
||||
|
||||
class SDRGUI_API WDSPRxDNRDialog : public QDialog {
|
||||
class WDSPRxDNRDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
enum ValueChanged {
|
||||
|
@ -20,14 +20,13 @@
|
||||
#include <array>
|
||||
#include <QDialog>
|
||||
|
||||
#include "export.h"
|
||||
#include "wdsprxsettings.h"
|
||||
|
||||
namespace Ui {
|
||||
class WDSPRxEqDialog;
|
||||
}
|
||||
|
||||
class SDRGUI_API WDSPRxEqDialog : public QDialog {
|
||||
class WDSPRxEqDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
enum ValueChanged {
|
||||
|
@ -19,14 +19,13 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
#include "export.h"
|
||||
#include "wdsprxsettings.h"
|
||||
|
||||
namespace Ui {
|
||||
class WDSPRxFMDialog;
|
||||
}
|
||||
|
||||
class SDRGUI_API WDSPRxFMDialog : public QDialog {
|
||||
class WDSPRxFMDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
enum ValueChanged {
|
||||
|
@ -19,14 +19,13 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
#include "export.h"
|
||||
#include "wdsprxsettings.h"
|
||||
|
||||
namespace Ui {
|
||||
class WDSPRxSquelchDialog;
|
||||
}
|
||||
|
||||
class SDRGUI_API WDSPRxSquelchDialog : public QDialog {
|
||||
class WDSPRxSquelchDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
enum ValueChanged {
|
||||
|
Loading…
Reference in New Issue
Block a user