1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-29 05:24:18 -04:00

MSVC: removed wrong dll exports in plugins

This commit is contained in:
f4exb
2021-03-07 09:25:44 +01:00
parent 6fb451145b
commit 587f95bf48
3 changed files with 4 additions and 5 deletions
@@ -3,13 +3,11 @@
#include <QDialog>
#include "export.h"
namespace Ui {
class RecordInfoDialog;
}
class SDRGUI_API RecordInfoDialog : public QDialog {
class RecordInfoDialog : public QDialog {
Q_OBJECT
public: