mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-26 03:54:30 -04:00
Multi device support: removed main window channel acion dependency
This commit is contained in:
@@ -28,9 +28,9 @@ void SSBPlugin::initPlugin(PluginAPI* pluginAPI)
|
||||
m_pluginAPI = pluginAPI;
|
||||
|
||||
// register demodulator
|
||||
QAction* action = new QAction(tr("&SSB Demodulator"), this);
|
||||
connect(action, SIGNAL(triggered()), this, SLOT(createInstanceSSB()));
|
||||
m_pluginAPI->registerChannel("de.maintech.sdrangelove.channel.ssb", this, action);
|
||||
// QAction* action = new QAction(tr("&SSB Demodulator"), this);
|
||||
// connect(action, SIGNAL(triggered()), this, SLOT(createInstanceSSB()));
|
||||
m_pluginAPI->registerChannel("de.maintech.sdrangelove.channel.ssb", this);
|
||||
}
|
||||
|
||||
PluginGUI* SSBPlugin::createChannel(const QString& channelName)
|
||||
|
||||
Reference in New Issue
Block a user