| 257 | } |
| 258 | |
| 259 | void GrabManager::setColoredLedWidgets(bool state) |
| 260 | { |
| 261 | DEBUG_LOW_LEVEL << Q_FUNC_INFO; |
| 262 | |
| 263 | // This slot is directly connected to radioButton toggled(bool) signal |
| 264 | if (state) |
| 265 | { |
| 266 | for (int i = 0; i < m_ledWidgets.size(); i++) |
| 267 | m_ledWidgets[i]->fillBackgroundColored(); |
| 268 | } |
| 269 | } |
| 270 | |
| 271 | void GrabManager::setWhiteLedWidgets(bool state) |
| 272 | { |
no test coverage detected