MCPcopy Create free account
hub / github.com/dmitry-s93/MControlCenter / stopRealtimeUpdate

Method stopRealtimeUpdate

src/mainwindow.cpp:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void MainWindow::stopRealtimeUpdate() const {
206 realtimeUpdateTimer->stop();
207}
208
209void MainWindow::setUpdateInterval(int msec) const {
210 realtimeUpdateTimer->setInterval(msec);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected