| 1553 | } |
| 1554 | |
| 1555 | void Ui::OpenRGBDevicePage::HideDeviceView() |
| 1556 | { |
| 1557 | DeviceViewShowing = false; |
| 1558 | ui->DeviceViewBoxFrame->hide(); |
| 1559 | } |
| 1560 | |
| 1561 | void Ui::OpenRGBDevicePage::on_ApplyColorsButton_clicked() |
| 1562 | { |
no outgoing calls
no test coverage detected