| 1239 | } |
| 1240 | |
| 1241 | void Ui::OpenRGBDevicePage::UpdateDevice() |
| 1242 | { |
| 1243 | ui->ModeBox->blockSignals(true); |
| 1244 | ui->ModeBox->setCurrentIndex(device->active_mode); |
| 1245 | ui->ModeBox->blockSignals(false); |
| 1246 | UpdateModeUi(); |
| 1247 | UpdateMode(); |
| 1248 | } |
| 1249 | |
| 1250 | void Ui::OpenRGBDevicePage::SetCustomMode(unsigned char red, unsigned char green, unsigned char blue) |
| 1251 | { |
no outgoing calls
no test coverage detected