1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 08:24:43 -04:00

Multi device support: RTL-SDR plugin removed useless dependencies on plugin API

This commit is contained in:
f4exb
2016-05-17 17:53:22 +02:00
parent 08a6554c4e
commit 1974b375ee
4 changed files with 6 additions and 12 deletions
+2 -2
View File
@@ -4,6 +4,8 @@
#include <QObject>
#include "plugin/plugininterface.h"
class PluginAPI;
#define RTLSDR_DEVICE_TYPE_ID "sdrangel.samplesource.rtlsdr"
class RTLSDRPlugin : public QObject, public PluginInterface {
@@ -24,8 +26,6 @@ public:
private:
static const PluginDescriptor m_pluginDescriptor;
PluginAPI* m_pluginAPI;
};
#endif // INCLUDE_RTLSDRPLUGIN_H