1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-23 02:24:16 -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
+4 -4
View File
@@ -238,10 +238,10 @@ void MainWindow::removeLastDevice()
m_deviceUIs.pop_back();
}
void MainWindow::addChannelCreateAction(QAction* action) // TODO: move to some tabbed UI
{
ui->menu_Channels->addAction(action);
}
//void MainWindow::addChannelCreateAction(QAction* action) // TODO: move to some tabbed UI
//{
// ui->menu_Channels->addAction(action);
//}
void MainWindow::addChannelRollup(QWidget* widget)
{