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