summaryrefslogtreecommitdiffstats
path: root/application/MainWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/MainWindow.h')
-rw-r--r--application/MainWindow.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/application/MainWindow.h b/application/MainWindow.h
index 010db55c..292a8d28 100644
--- a/application/MainWindow.h
+++ b/application/MainWindow.h
@@ -128,12 +128,7 @@ slots:
*/
void launchInstance(InstancePtr instance, AuthSessionPtr session, BaseProfilerFactory *profiler = 0);
- /*!
- * Prepares the given instance for launch with the given account.
- */
- void updateInstance(InstancePtr instance, AuthSessionPtr account, BaseProfilerFactory *profiler = 0);
-
- void onGameUpdateError(QString error);
+ void readyForLaunch(std::shared_ptr<BaseLauncher>);
void taskStart();
void taskEnd();
@@ -196,7 +191,6 @@ private:
class GroupView *view;
InstanceProxyModel *proxymodel;
NetJobPtr skin_download_job;
- MinecraftLauncher *proc;
ConsoleWindow *console;
LabeledToolButton *renameButton;
QToolButton *changeIconButton;