| 204 | } |
| 205 | |
| 206 | void WaitingSpinnerWidget::setColor(QColor color) { |
| 207 | _color = color; |
| 208 | } |
| 209 | |
| 210 | void WaitingSpinnerWidget::setRevolutionsPerSecond(qreal revolutionsPerSecond) { |
| 211 | _revolutionsPerSecond = revolutionsPerSecond; |
no outgoing calls
no test coverage detected