aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/auth/steps/EntitlementsStep.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/minecraft/auth/steps/EntitlementsStep.h')
-rw-r--r--launcher/minecraft/auth/steps/EntitlementsStep.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/launcher/minecraft/auth/steps/EntitlementsStep.h b/launcher/minecraft/auth/steps/EntitlementsStep.h
index 9412ae79..be16bda1 100644
--- a/launcher/minecraft/auth/steps/EntitlementsStep.h
+++ b/launcher/minecraft/auth/steps/EntitlementsStep.h
@@ -4,12 +4,11 @@
#include "QObjectPtr.h"
#include "minecraft/auth/AuthStep.h"
-
class EntitlementsStep : public AuthStep {
Q_OBJECT
-public:
- explicit EntitlementsStep(AccountData *data);
+ public:
+ explicit EntitlementsStep(AccountData* data);
virtual ~EntitlementsStep() noexcept;
void perform() override;
@@ -17,9 +16,9 @@ public:
QString describe() override;
-private slots:
+ private slots:
void onRequestDone(QNetworkReply::NetworkError, QByteArray, QList<QNetworkReply::RawHeaderPair>);
-private:
+ private:
QString m_entitlementsRequestId;
};