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

Method startRealtimeUpdate

src/mainwindow.cpp:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void MainWindow::startRealtimeUpdate() const {
202 realtimeUpdateTimer->start();
203}
204
205void MainWindow::stopRealtimeUpdate() const {
206 realtimeUpdateTimer->stop();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected