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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user