| 7 | |
| 8 | //! [Constructor] |
| 9 | CParameterNet::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 | |
| 19 | int CParameterNet::OnLoad(QSettings &set) |
nothing calls this directly
no outgoing calls
no test coverage detected