| 140 | } |
| 141 | |
| 142 | void VersionSelectWidget::onTaskSucceeded() |
| 143 | { |
| 144 | if (m_proxyModel->rowCount() == 0) { |
| 145 | listView->setEmptyMode(VersionListView::String); |
| 146 | } |
| 147 | sneakyProgressBar->setHidden(true); |
| 148 | preselect(); |
| 149 | m_load_task.reset(); |
| 150 | } |
| 151 | |
| 152 | void VersionSelectWidget::onTaskFailed(const QString& reason) |
| 153 | { |
nothing calls this directly
no test coverage detected