MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / onTaskSucceeded

Method onTaskSucceeded

launcher/ui/widgets/VersionSelectWidget.cpp:142–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void 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
152void VersionSelectWidget::onTaskFailed(const QString& reason)
153{

Callers

nothing calls this directly

Calls 3

rowCountMethod · 0.45
setEmptyModeMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected