14 lines
172 B
C++
14 lines
172 B
C++
#include "authenticator.h"
|
|
#include "authenticationreply.h"
|
|
|
|
Authenticator::Authenticator(QObject *parent) :
|
|
QObject(parent)
|
|
{
|
|
|
|
}
|
|
|
|
Authenticator::~Authenticator()
|
|
{
|
|
|
|
}
|