MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / stopTimers

Method stopTimers

app/src/Misc/TimerEvents.cpp:67–73  ·  view source on GitHub ↗

* @brief Stops all timers managed by this class. */

Source from the content-addressed store, hash-verified

65 * @brief Stops all timers managed by this class.
66 */
67void Misc::TimerEvents::stopTimers()
68{
69 m_uiTimer.stop();
70 m_timer1Hz.stop();
71 m_timer10Hz.stop();
72 m_timer20Hz.stop();
73}
74
75/**
76 * @brief Handles QBasicTimer expiration events.

Callers 1

onQuitMethod · 0.80

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected