diff options
Diffstat (limited to 'launcher/minecraft/auth/flows/MojangRefresh.h')
-rw-r--r-- | launcher/minecraft/auth/flows/MojangRefresh.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/launcher/minecraft/auth/flows/MojangRefresh.h b/launcher/minecraft/auth/flows/MojangRefresh.h deleted file mode 100644 index 06e4e4ce..00000000 --- a/launcher/minecraft/auth/flows/MojangRefresh.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once -#include "AuthContext.h" - -class MojangRefresh : public AuthContext -{ - Q_OBJECT -public: - explicit MojangRefresh(AccountData *data, QObject *parent = 0); - void executeTask() override; -}; |