| 707 | } |
| 708 | |
| 709 | void LightpackApplication::setColoredLedWidget(bool colored) |
| 710 | { |
| 711 | DEBUG_LOW_LEVEL << Q_FUNC_INFO << colored; |
| 712 | m_grabManager->setColoredLedWidgets(colored); |
| 713 | m_grabManager->setWhiteLedWidgets(!colored); |
| 714 | } |
| 715 | |
| 716 | void LightpackApplication::requestBacklightStatus() |
| 717 | { |
nothing calls this directly
no test coverage detected