From 8e7caf4e25dc3f56877a504c45d157860215496b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 10 Jul 2015 01:11:06 +0200 Subject: GH-1053 move launch related things and rename them --- application/LaunchInteraction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/LaunchInteraction.cpp') diff --git a/application/LaunchInteraction.cpp b/application/LaunchInteraction.cpp index ea966129..8ccc46a4 100644 --- a/application/LaunchInteraction.cpp +++ b/application/LaunchInteraction.cpp @@ -170,7 +170,7 @@ void LaunchController::launchInstance() m_console = new ConsoleWindow(m_launcher); connect(m_console, &ConsoleWindow::isClosing, this, &LaunchController::instanceEnded); - connect(m_launcher.get(), &BaseLauncher::readyForLaunch, this, &LaunchController::readyForLaunch); + connect(m_launcher.get(), &LaunchTask::readyForLaunch, this, &LaunchController::readyForLaunch); m_launcher->setHeader("MultiMC version: " + BuildConfig.printableVersionString() + "\n\n"); m_launcher->start(); -- cgit v1.2.3