| 144 | } |
| 145 | |
| 146 | void |
| 147 | DopplerDialog::zoomReset(void) |
| 148 | { |
| 149 | this->ui->waveform->zoomVertical( |
| 150 | static_cast<qreal>(0.), |
| 151 | this->max); |
| 152 | |
| 153 | this->ui->waveform->zoomHorizontalReset(); |
| 154 | this->ui->waveform->invalidate(); |
| 155 | } |
| 156 | |
| 157 | void |
| 158 | DopplerDialog::showEvent(QShowEvent *) |
no outgoing calls
no test coverage detected