| 269 | } |
| 270 | |
| 271 | void GrabManager::setWhiteLedWidgets(bool state) |
| 272 | { |
| 273 | DEBUG_LOW_LEVEL << Q_FUNC_INFO; |
| 274 | |
| 275 | // This slot is directly connected to radioButton toggled(bool) signal |
| 276 | if (state) |
| 277 | { |
| 278 | for (int i = 0; i < m_ledWidgets.size(); i++) |
| 279 | m_ledWidgets[i]->fillBackgroundWhite(); |
| 280 | } |
| 281 | } |
| 282 | |
| 283 | void GrabManager::handleGrabbedColors() |
| 284 | { |
no test coverage detected