MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / CParameterNet

Method CParameterNet

Src/ParameterCompone/ParameterNet.cpp:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8//! [Constructor]
9CParameterNet::CParameterNet(CParameterOperate* parent, const QString &szPrefix)
10 : CParameterOperate(parent, szPrefix)
11 , m_nPort(0)
12 , m_User(this)
13 , m_szPrompt(tr("The host is empty. please set it"))
14 , m_ShowUI(SHOW_UI::All)
15 , m_EnableUI(SHOW_UI::All)
16{}
17//! [Constructor]
18
19int CParameterNet::OnLoad(QSettings &set)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected