1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-09 09:25:07 -04:00

Multi device support: removed main window channel acion dependency

This commit is contained in:
f4exb
2016-05-14 20:57:43 +02:00
parent 58709e0bae
commit 3cba9014b6
15 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ public:
void setInputGUI(QWidget* inputGUI);
// Channel stuff
void registerChannel(const QString& channelName, PluginInterface* plugin, QAction* action);
void registerChannel(const QString& channelName, PluginInterface* plugin, QAction* action = 0);
void registerChannelInstance(const QString& channelName, PluginGUI* pluginGUI);
void addChannelRollup(QWidget* pluginGUI);
void removeChannelInstance(PluginGUI* pluginGUI);