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

Method stopAnimation

src/qprogressindicator.cpp:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void QProgressIndicator::stopAnimation() {
39 if (m_timerId != -1) {
40 killTimer(m_timerId);
41 }
42
43 m_timerId = -1;
44
45 update();
46}
47
48void QProgressIndicator::setAnimationDelay(int delay) {
49 if (m_timerId != -1) {

Calls

no outgoing calls

Tested by

no test coverage detected