sneedmc/launcher/minecraft/auth/flows/MSASilent.h

14 lines
222 B
C
Raw Normal View History

#pragma once
#include "AuthContext.h"
class MSASilent : public AuthContext
{
Q_OBJECT
public:
2021-11-20 15:22:22 +00:00
explicit MSASilent(
AccountData * data,
QObject *parent = 0
);
void executeTask() override;
};