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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user