| 46 | } |
| 47 | |
| 48 | QString ListDialog::getChoice() const |
| 49 | { |
| 50 | if (ui->choiceList->selectedItems().length()) { |
| 51 | return ui->choiceList->currentItem()->text(); |
| 52 | } else { |
| 53 | return ""; |
| 54 | } |
| 55 | } |
| 56 | |
| 57 | void ListDialog::on_filterEdit_textChanged(QString filter) |
| 58 | { |
no outgoing calls
no test coverage detected