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

Method CParameterSSHTunnel

Src/ParameterCompone/ParameterSSH.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40CParameterSSHTunnel::CParameterSSHTunnel(CParameterOperate *parent, const QString &szPrefix)
41 : CParameterSSH(parent, szPrefix)
42 , m_szSourceHost("localhost")
43 , m_nSourcePort(0)
44{}
45
46QString CParameterSSHTunnel::GetSourceHost() const
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected