NewServerConfiguringLogic
NewServerProtocolsLogic
This commit is contained in:
parent
deda2e158e
commit
7c28fe2795
13 changed files with 132 additions and 94 deletions
11
client/ui/pages_logic/NewServerProtocolsLogic.cpp
Normal file
11
client/ui/pages_logic/NewServerProtocolsLogic.cpp
Normal 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)
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue