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

Method DisplayName

Plugins/Telnet/PluginTelnet.cpp:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28const QString CPluginTelnet::DisplayName() const
29{
30 return tr("Telnet")
31#if defined(Q_OS_WIN)
32 + tr("(Experimental)")
33#endif
34 ;
35}
36
37const QString CPluginTelnet::Description() const
38{

Callers 1

DescriptionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected