1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

Massive UI revamping (v7): added channels

This commit is contained in:
f4exb
2022-04-12 16:20:45 +02:00
parent 32973132d9
commit 2f89b79c84
251 changed files with 3455 additions and 678 deletions
+6
View File
@@ -819,3 +819,9 @@ void DeviceAPI::renumerateChannels()
}
}
}
void DeviceAPI::setDeviceSetIndex(int deviceSetIndex)
{
m_deviceTabIndex = deviceSetIndex;
renumerateChannels();
}