| 701 | } |
| 702 | |
| 703 | void LightpackApplication::showLedWidgets(bool visible) |
| 704 | { |
| 705 | DEBUG_LOW_LEVEL << Q_FUNC_INFO << visible; |
| 706 | m_grabManager->setVisibleLedWidgets(visible); |
| 707 | } |
| 708 | |
| 709 | void LightpackApplication::setColoredLedWidget(bool colored) |
| 710 | { |
nothing calls this directly
no test coverage detected