| 117 | } |
| 118 | |
| 119 | void VersionSelectWidget::onTaskSucceeded() |
| 120 | { |
| 121 | if (m_proxyModel->rowCount() == 0) |
| 122 | { |
| 123 | listView->setEmptyMode(VersionListView::String); |
| 124 | } |
| 125 | sneakyProgressBar->setHidden(true); |
| 126 | preselect(); |
| 127 | loadTask = nullptr; |
| 128 | } |
| 129 | |
| 130 | void VersionSelectWidget::onTaskFailed(const QString& reason) |
| 131 | { |
nothing calls this directly
no test coverage detected