summaryrefslogtreecommitdiffstats
path: root/application/LaunchInteraction.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-07-10 01:11:06 +0200
committerPetr Mrázek <peterix@gmail.com>2015-07-10 01:11:06 +0200
commit8e7caf4e25dc3f56877a504c45d157860215496b (patch)
tree4ce3ea68190d4b693519ad6f76473b5b8f4da8be /application/LaunchInteraction.h
parent5dd48e89f5a7facf8355641d0caf8deaec2a03ec (diff)
downloadMultiMC-8e7caf4e25dc3f56877a504c45d157860215496b.tar
MultiMC-8e7caf4e25dc3f56877a504c45d157860215496b.tar.gz
MultiMC-8e7caf4e25dc3f56877a504c45d157860215496b.tar.lz
MultiMC-8e7caf4e25dc3f56877a504c45d157860215496b.tar.xz
MultiMC-8e7caf4e25dc3f56877a504c45d157860215496b.zip
GH-1053 move launch related things and rename them
Diffstat (limited to 'application/LaunchInteraction.h')
-rw-r--r--application/LaunchInteraction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/LaunchInteraction.h b/application/LaunchInteraction.h
index f62d5124..d64c3f6a 100644
--- a/application/LaunchInteraction.h
+++ b/application/LaunchInteraction.h
@@ -45,5 +45,5 @@ private:
QWidget * m_parentWidget = nullptr;
ConsoleWindow *m_console = nullptr;
AuthSessionPtr m_session;
- std::shared_ptr <BaseLauncher> m_launcher;
+ std::shared_ptr <LaunchTask> m_launcher;
};