aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/auth/flows/MSAInteractive.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/minecraft/auth/flows/MSAInteractive.h')
-rw-r--r--launcher/minecraft/auth/flows/MSAInteractive.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/launcher/minecraft/auth/flows/MSAInteractive.h b/launcher/minecraft/auth/flows/MSAInteractive.h
index 9556f254..6654e0d6 100644
--- a/launcher/minecraft/auth/flows/MSAInteractive.h
+++ b/launcher/minecraft/auth/flows/MSAInteractive.h
@@ -5,6 +5,9 @@ class MSAInteractive : public AuthContext
{
Q_OBJECT
public:
- explicit MSAInteractive(AccountData * data, QObject *parent = 0);
+ explicit MSAInteractive(
+ AccountData *data,
+ QObject *parent = 0
+ );
void executeTask() override;
};