| 199 | } |
| 200 | |
| 201 | void MainWindow::startRealtimeUpdate() const { |
| 202 | realtimeUpdateTimer->start(); |
| 203 | } |
| 204 | |
| 205 | void MainWindow::stopRealtimeUpdate() const { |
| 206 | realtimeUpdateTimer->stop(); |
nothing calls this directly
no outgoing calls
no test coverage detected