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

Method DisplayName

Plugins/SerialPort/PluginSerialPort.cpp:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23const QString CPluginSerialPort::DisplayName() const
24{
25 return tr("Terminal") + " - " + tr("Serial port")
26#if defined(Q_OS_WIN)
27 + tr("(Experimental)")
28#endif
29 ;
30}
31
32const QString CPluginSerialPort::Description() const
33{

Callers 1

DescriptionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected