Files
UltimMC_Launcher/launcher/minecraft/auth/flows/MojangRefresh.h
Sebastian-byte 46df45ffcf Fix conflict
2021-09-12 20:23:30 -05:00

11 lines
208 B
C++

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