4 lines
97 B
C++
4 lines
97 B
C++
#include "AuthStep.h"
|
|
|
|
AuthStep::AuthStep(AccountData* data) : QObject(nullptr), m_data(data) {}
|