Skip to content

Commit

Permalink
WDSP receiver: removed DLL export in dialogs for MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Jul 9, 2024
1 parent 0285529 commit a2f3a8a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 17 deletions.
3 changes: 1 addition & 2 deletions plugins/channelrx/wdsprx/wdsprxagcdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 1 addition & 3 deletions plugins/channelrx/wdsprx/wdsprxamdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 1 addition & 2 deletions plugins/channelrx/wdsprx/wdsprxcwpeakdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 1 addition & 2 deletions plugins/channelrx/wdsprx/wdsprxdnbdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 1 addition & 2 deletions plugins/channelrx/wdsprx/wdsprxdnrdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 1 addition & 2 deletions plugins/channelrx/wdsprx/wdsprxeqdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 1 addition & 2 deletions plugins/channelrx/wdsprx/wdsprxfmdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 1 addition & 2 deletions plugins/channelrx/wdsprx/wdsprxsquelchdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a2f3a8a

Please sign in to comment.