| 630 | } |
| 631 | |
| 632 | void ChartWidget::ChartAnimationController::start() { |
| 633 | if (!_animation.animating()) { |
| 634 | _animation.start(); |
| 635 | } |
| 636 | } |
| 637 | |
| 638 | void ChartWidget::ChartAnimationController::finish() { |
| 639 | _animation.stop(); |
no test coverage detected