aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/auth/flows/Yggdrasil.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/minecraft/auth/flows/Yggdrasil.h')
-rw-r--r--launcher/minecraft/auth/flows/Yggdrasil.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/launcher/minecraft/auth/flows/Yggdrasil.h b/launcher/minecraft/auth/flows/Yggdrasil.h
index e709cb9f..b9670ec7 100644
--- a/launcher/minecraft/auth/flows/Yggdrasil.h
+++ b/launcher/minecraft/auth/flows/Yggdrasil.h
@@ -24,6 +24,7 @@
#include "../MinecraftAccount.h"
+class QNetworkAccessManager;
class QNetworkReply;
/**
@@ -33,7 +34,10 @@ class Yggdrasil : public AccountTask
{
Q_OBJECT
public:
- explicit Yggdrasil(AccountData * data, QObject *parent = 0);
+ explicit Yggdrasil(
+ AccountData *data,
+ QObject *parent = 0
+ );
virtual ~Yggdrasil() {};
void refresh();