| 431 | } |
| 432 | |
| 433 | void tst_ui::progressIndicatorSetAnimationDelay() { |
| 434 | QProgressIndicator indicator; |
| 435 | indicator.setAnimationDelay(100); |
| 436 | QCOMPARE(indicator.animationDelay(), 100); |
| 437 | } |
| 438 | |
| 439 | void tst_ui::progressIndicatorSetDisplayedWhenStopped() { |
| 440 | QProgressIndicator indicator; |
nothing calls this directly
no test coverage detected