mirror of
https://github.com/unmojang/FjordLauncher.git
synced 2025-08-10 13:46:52 -04:00
6 lines
140 B
C++
6 lines
140 B
C++
#include "AuthStep.h"
|
|
|
|
AuthStep::AuthStep(AccountData* data) : QObject(nullptr), m_data(data) {}
|
|
|
|
AuthStep::~AuthStep() noexcept = default;
|