mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-16 05:11:49 -05:00
Merge pull request #651 from srcejon/windows_fix
Remove SDRGUI_API to allow linking on Windows
This commit is contained in:
commit
aa0cba102a
@ -21,14 +21,12 @@
|
||||
#include <QString>
|
||||
#include <QList>
|
||||
|
||||
#include "export.h"
|
||||
|
||||
class PluginAPI;
|
||||
class Feature;
|
||||
class FeatureSetPreset;
|
||||
class WebAPIAdapterInterface;
|
||||
|
||||
class SDRGUI_API FeatureSet
|
||||
class FeatureSet
|
||||
{
|
||||
public:
|
||||
FeatureSet(int tabIndex);
|
||||
|
Loading…
Reference in New Issue
Block a user