| 966 | } |
| 967 | |
| 968 | void tst_util::qProgressIndicatorBasic() { |
| 969 | QProgressIndicator pi; |
| 970 | QVERIFY(!pi.isAnimated()); |
| 971 | } |
| 972 | |
| 973 | void tst_util::qProgressIndicatorStartStop() { |
| 974 | QProgressIndicator pi; |
nothing calls this directly
no test coverage detected