1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-21 15:18:43 -04:00

Multi device support: BladeRF plugin removed useless dependencies on plugin API

This commit is contained in:
f4exb
2016-05-17 17:57:48 +02:00
parent 1974b375ee
commit 35df869115
4 changed files with 7 additions and 18 deletions
+2 -2
View File
@@ -20,6 +20,8 @@
#include <QObject>
#include "plugin/plugininterface.h"
class PluginAPI;
#define BLADERF_DEVICE_TYPE_ID "sdrangel.samplesource.bladerf"
class BlderfPlugin : public QObject, public PluginInterface {
@@ -40,8 +42,6 @@ public:
private:
static const PluginDescriptor m_pluginDescriptor;
PluginAPI* m_pluginAPI;
};
#endif // INCLUDE_BLADERFPLUGIN_H