mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-21 15:18:43 -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 "tcpsrcplugin.h"
|
||||
#include "tcpsrcgui.h"
|
||||
@@ -28,8 +27,6 @@ void TCPSrcPlugin::initPlugin(PluginAPI* pluginAPI)
|
||||
m_pluginAPI = pluginAPI;
|
||||
|
||||
// register TCP Channel Source
|
||||
// QAction* action = new QAction(tr("&TCP Source"), this);
|
||||
// connect(action, SIGNAL(triggered()), this, SLOT(createInstanceTCPSrc()));
|
||||
m_pluginAPI->registerChannel("sdrangel.channel.tcpsrc", this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user