mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-28 21:14:15 -04:00
MainCore: signals to notify changes in devices channels and features. Part of #1139
This commit is contained in:
@@ -1963,6 +1963,8 @@ void MainWindow::samplingDeviceChanged(int deviceType, int tabIndex, int newDevi
|
||||
} else if (deviceType == 2) {
|
||||
sampleMIMOChanged(tabIndex, newDeviceIndex);
|
||||
}
|
||||
|
||||
MainCore::instance()->sendDeviceChanged(tabIndex);
|
||||
}
|
||||
|
||||
void MainWindow::sampleSourceChanged(int tabIndex, int newDeviceIndex)
|
||||
|
||||
Reference in New Issue
Block a user