GH-1300 call application quit when direct launch instance quits

This commit is contained in:
Petr Mrázek
2015-10-24 00:57:54 +02:00
parent 8a4fd8c468
commit 895d8ab469
4 changed files with 25 additions and 7 deletions

View File

@ -1498,7 +1498,7 @@ void MainWindow::launch(InstancePtr instance, bool online, BaseProfilerFactory *
m_launchController->setOnline(online);
m_launchController->setParentWidget(this);
m_launchController->setProfiler(profiler);
m_launchController->launch();
m_launchController->start();
}
void MainWindow::taskEnd()