1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-12 18:58:48 -04:00

Multi device support: cleanup after last commit

This commit is contained in:
f4exb
2016-05-14 21:33:12 +02:00
parent 3cba9014b6
commit 7452e2fe04
17 changed files with 5 additions and 54 deletions
-5
View File
@@ -238,11 +238,6 @@ 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::addChannelRollup(QWidget* widget)
{
m_deviceUIs.back()->m_channelWindow->addRollupWidget(widget);