| 343 | } |
| 344 | |
| 345 | void QuickOpenWidget::accept() |
| 346 | { |
| 347 | QString filterText = ui.searchLine->text(); |
| 348 | m_model->execute(m_proxy->mapToSource(ui.list->currentIndex()), filterText); |
| 349 | } |
| 350 | |
| 351 | void QuickOpenWidget::doubleClicked(const QModelIndex& index) |
| 352 | { |
no test coverage detected