summaryrefslogtreecommitdiffstats
path: root/gui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mainwindow.h')
-rw-r--r--gui/mainwindow.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gui/mainwindow.h b/gui/mainwindow.h
index 738dac0c..8ab90cc6 100644
--- a/gui/mainwindow.h
+++ b/gui/mainwindow.h
@@ -19,7 +19,7 @@
#include <QMainWindow>
#include "lists/InstanceList.h"
-#include "tasks/LoginResponse.h"
+#include "tasks/LoginTask.h"
#include "BaseInstance.h"
class InstanceModel;
@@ -100,7 +100,7 @@ private slots:
void onLoginComplete(LoginResponse response);
- void onGameUpdateComplete(LoginResponse response);
+ void onGameUpdateComplete();
void onGameUpdateError(QString error);
void taskStart(Task *task);
@@ -133,6 +133,7 @@ private:
// This is set when the user launches an instance and is used to refer to that
// instance throughout the launching process.
BaseInstance *m_activeInst;
+ LoginResponse m_activeLogin;
Task *m_versionLoadTask;
};