NewServerConfiguringLogic

NewServerProtocolsLogic
This commit is contained in:
pokamest 2021-09-07 11:48:25 +03:00
parent deda2e158e
commit 7c28fe2795
13 changed files with 132 additions and 94 deletions

View file

@ -0,0 +1,11 @@
#include "NewServerProtocolsLogic.h"
using namespace amnezia;
using namespace PageEnumNS;
NewServerProtocolsLogic::NewServerProtocolsLogic(UiLogic *uiLogic, QObject *parent):
QObject(parent),
m_uiLogic(uiLogic)
{
}