mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 17:04:46 -04:00
Multi device support: cleanup after last commit
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#include <QtPlugin>
|
||||
#include <QAction>
|
||||
#include "plugin/pluginapi.h"
|
||||
#include "loraplugin.h"
|
||||
#include "lorademodgui.h"
|
||||
@@ -28,8 +27,6 @@ void LoRaPlugin::initPlugin(PluginAPI* pluginAPI)
|
||||
m_pluginAPI = pluginAPI;
|
||||
|
||||
// register demodulator
|
||||
// QAction* action = new QAction(tr("&LoRa Demodulator"), this);
|
||||
// connect(action, SIGNAL(triggered()), this, SLOT(createInstanceLoRa()));
|
||||
m_pluginAPI->registerChannel("de.maintech.sdrangelove.channel.lora", this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user