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

Method start

launcher/ui/widgets/ProgressWidget.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void ProgressWidget::start(const Task* task)
65{
66 watch(task);
67 if (!m_task->isRunning())
68 QMetaObject::invokeMethod(const_cast<Task*>(m_task), "start", Qt::QueuedConnection);
69}
70
71bool ProgressWidget::exec(std::shared_ptr<Task> task)
72{

Callers 15

checkForUpdatesMethod · 0.45
resetAutoCheckTimerMethod · 0.45
unpackArchiveMethod · 0.45
startTaskMethod · 0.45
runSearchJobMethod · 0.45
waitOnVersionListLoadFunction · 0.45
eventFilterMethod · 0.45
requestMethod · 0.45
requestLogoMethod · 0.45
useShareCodeMethod · 0.45

Calls 1

isRunningMethod · 0.45

Tested by

no test coverage detected