mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
Multi device support: remainder source plugins: removed useless dependencies on plugin API
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
#define FCDPRO_DEVICE_TYPE_ID "sdrangel.samplesource.fcdpro"
|
||||
|
||||
class PluginAPI;
|
||||
|
||||
class FCDProPlugin : public QObject, public PluginInterface {
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(PluginInterface)
|
||||
@@ -24,8 +26,6 @@ public:
|
||||
|
||||
private:
|
||||
static const PluginDescriptor m_pluginDescriptor;
|
||||
|
||||
PluginAPI* m_pluginAPI;
|
||||
};
|
||||
|
||||
#endif // INCLUDE_FCDPLUGIN_H
|
||||
|
||||
Reference in New Issue
Block a user