| 56 | } |
| 57 | |
| 58 | void StashManagerDialog::stashesFound() |
| 59 | { |
| 60 | QModelIndex firstIdx=m_ui->stashView->model()->index(0, 0); |
| 61 | m_ui->stashView->setCurrentIndex(firstIdx); |
| 62 | setEnabled(true); |
| 63 | } |
| 64 | |
| 65 | QString StashManagerDialog::selection() const |
| 66 | { |
nothing calls this directly
no test coverage detected