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

Method Details

Plugins/TigerVnc/Client/PluginTigerVnc.cpp:62–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62const QString CPluginTigerVnc::Details() const
63{
64 QString szDetails;
65 szDetails += "- " + tr("Dependency libraries") + "\n";
66#ifdef HAVE_LIBSSH
67 CChannelSSHTunnel channel(nullptr, nullptr, nullptr);
68 szDetails += channel.GetDetails();
69#endif
70 return szDetails;
71}
72
73COperate *CPluginTigerVnc::OnCreateOperate(const QString &szID)
74{

Callers

nothing calls this directly

Calls 1

GetDetailsMethod · 0.45

Tested by

no test coverage detected