11 lines
199 B
C++
11 lines
199 B
C++
#include "NewServerLogic.h"
|
|
|
|
using namespace amnezia;
|
|
using namespace PageEnumNS;
|
|
|
|
NewServerLogic::NewServerLogic(UiLogic *uiLogic, QObject *parent):
|
|
QObject(parent),
|
|
m_uiLogic(uiLogic)
|
|
{
|
|
|
|
}
|