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

Method startTask

launcher/ui/MainWindow.cpp:1833–1838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1831}
1832
1833void MainWindow::startTask(Task *task)
1834{
1835 connect(task, SIGNAL(succeeded()), SLOT(taskEnd()));
1836 connect(task, SIGNAL(failed(QString)), SLOT(taskEnd()));
1837 task->start();
1838}
1839
1840void MainWindow::instanceChanged(const QModelIndex &current, const QModelIndex &previous)
1841{

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected