MCPcopy Create free account
hub / github.com/MultiMC/Launcher / startTask

Method startTask

launcher/ui/MainWindow.cpp:1869–1874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1867}
1868
1869void MainWindow::startTask(Task *task)
1870{
1871 connect(task, SIGNAL(succeeded()), SLOT(taskEnd()));
1872 connect(task, SIGNAL(failed(QString)), SLOT(taskEnd()));
1873 task->start();
1874}
1875
1876void MainWindow::instanceChanged(const QModelIndex &current, const QModelIndex &previous)
1877{

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected