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

Method CChannelSSHTerminal

Plugins/SSH/ChannelSSHTerminal.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6static Q_LOGGING_CATEGORY(log, "Plugin.SSH.Channel")
7
8CChannelSSHTerminal::CChannelSSHTerminal(CBackend *pBackend, CParameterSSH *pPara)
9 : CChannelSSH{pBackend, pPara, true, pBackend}
10{
11 qDebug(log) << Q_FUNC_INFO;
12}
13
14CChannelSSHTerminal::~CChannelSSHTerminal()
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected