1
0
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:
f4exb
2022-03-12 05:45:24 +01:00
parent ae93186c8a
commit 8477641bec
4 changed files with 60 additions and 5 deletions
+2
View File
@@ -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)