| 99 | } |
| 100 | |
| 101 | QString |
| 102 | AddBookmarkDialog::modulation(void) const |
| 103 | { |
| 104 | return QString::fromStdString( |
| 105 | SigDiggerHelpers::demodToStr(static_cast<enum AudioDemod>( |
| 106 | this->ui->demodCombo->currentIndex()))); |
| 107 | } |
| 108 | |
| 109 | void |
| 110 | AddBookmarkDialog::showEvent(QShowEvent *) |
no outgoing calls
no test coverage detected