PrismLauncher/launcher/minecraft/auth/flows/MojangRefresh.h

11 lines
208 B
C
Raw Normal View History

#pragma once
#include "AuthContext.h"
class MojangRefresh : public AuthContext
{
Q_OBJECT
public:
explicit MojangRefresh(AccountData * data, QObject *parent = 0);
void executeTask() override;
};