Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ DisplayName
Method
DisplayName
Plugins/SSH/PluginLibSSH.cpp:30–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
const QString CPluginLibSSH::DisplayName() const
31
{
32
return tr(
"Secure Shell(SSH)"
)
33
#if defined(Q_OS_WIN)
34
+ tr(
"(Experimental)"
)
35
#endif
36
;
37
}
38
39
const QString CPluginLibSSH::Description() const
40
{
Callers
1
Description
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected