mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
5 lines
140 B
C++
5 lines
140 B
C++
#include "AuthStep.h"
|
|
|
|
AuthStep::AuthStep(AccountData* data) : QObject(nullptr), m_data(data) {}
|
|
|
|
AuthStep::~AuthStep() noexcept = default;
|