PrismLauncher/launcher/minecraft/auth/flows/MSASilent.h
2021-11-20 16:22:22 +01:00

14 lines
222 B
C++

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