mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-27 21:15:19 +00:00
8 lines
142 B
C++
8 lines
142 B
C++
|
#include "AuthStep.h"
|
||
|
|
||
|
AuthStep::AuthStep(AccountData *data) : QObject(nullptr), m_data(data) {
|
||
|
}
|
||
|
|
||
|
AuthStep::~AuthStep() noexcept = default;
|
||
|
|