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

Method Details

Plugins/LibVNCServer/Client/PluginLibVNCServer.cpp:59–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetDetailsMethod · 0.45

Tested by

no test coverage detected