MCPcopy Create free account
hub / github.com/IJHack/QtPass / startAnimation

Method startAnimation

src/qprogressindicator.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void QProgressIndicator::startAnimation() {
31 m_angle = 0;
32
33 if (m_timerId == -1) {
34 m_timerId = startTimer(m_delay);
35 }
36}
37
38void QProgressIndicator::stopAnimation() {
39 if (m_timerId != -1) {

Calls

no outgoing calls

Tested by

no test coverage detected