diff options
Diffstat (limited to 'launcher/minecraft/auth/AuthStep.cpp')
-rw-r--r-- | launcher/minecraft/auth/AuthStep.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/launcher/minecraft/auth/AuthStep.cpp b/launcher/minecraft/auth/AuthStep.cpp new file mode 100644 index 00000000..ffa2581b --- /dev/null +++ b/launcher/minecraft/auth/AuthStep.cpp @@ -0,0 +1,7 @@ +#include "AuthStep.h" + +AuthStep::AuthStep(AccountData *data) : QObject(nullptr), m_data(data) { +} + +AuthStep::~AuthStep() noexcept = default; + |