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

Deep redesign: fixed RTLSDR input plugin

This commit is contained in:
f4exb
2015-08-26 02:03:20 +02:00
parent a68104ab65
commit 5a0668f9ec
12 changed files with 102 additions and 46 deletions
@@ -20,7 +20,7 @@
#include <QObject>
#include "plugin/plugininterface.h"
class FileSourcePlugin : public QObject, PluginInterface {
class FileSourcePlugin : public QObject, public PluginInterface {
Q_OBJECT
Q_INTERFACES(PluginInterface)
Q_PLUGIN_METADATA(IID "org.osmocom.sdr.samplesource.filesource")