| 203 | } |
| 204 | |
| 205 | void MainWindow::stopRealtimeUpdate() const { |
| 206 | realtimeUpdateTimer->stop(); |
| 207 | } |
| 208 | |
| 209 | void MainWindow::setUpdateInterval(int msec) const { |
| 210 | realtimeUpdateTimer->setInterval(msec); |
nothing calls this directly
no outgoing calls
no test coverage detected