| 60 | } |
| 61 | |
| 62 | void ExtraParamDialog::showEvent(QShowEvent* event) { |
| 63 | QWidget::showEvent(event); |
| 64 | ui->filter_lineEdit->setFocus(); |
| 65 | } |
| 66 | |
| 67 | void ExtraParamDialog::on_filter_lineEdit_textEdited(const QString& pattern) |
| 68 | { |
nothing calls this directly
no outgoing calls
no test coverage detected