From 34ddfc7ecc2b0450b3d501e65cb4203ac747ed42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 11 May 2015 22:21:37 +0200 Subject: GH-1053 base process and launch refactor, part 1 --- application/MainWindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/MainWindow.h') diff --git a/application/MainWindow.h b/application/MainWindow.h index 33a5a4ed..010db55c 100644 --- a/application/MainWindow.h +++ b/application/MainWindow.h @@ -30,7 +30,7 @@ class QToolButton; class InstanceProxyModel; class LabeledToolButton; class QLabel; -class MinecraftProcess; +class MinecraftLauncher; class ConsoleWindow; class BaseProfilerFactory; class GenericPageProvider; @@ -196,7 +196,7 @@ private: class GroupView *view; InstanceProxyModel *proxymodel; NetJobPtr skin_download_job; - MinecraftProcess *proc; + MinecraftLauncher *proc; ConsoleWindow *console; LabeledToolButton *renameButton; QToolButton *changeIconButton; -- cgit v1.2.3