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

Method Description

Plugins/Terminal/PluginTerminal.cpp:41–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41const QString CPluginTerminal::Description() const
42{
43 return tr("Terminal: Native(shell) terminal.")
44#if defined(Q_OS_WIN)
45 + tr("(Experimental)")
46#endif
47 + "\n"
48 + tr("It uses QTermWidget: https://github.com/KangLin/qtermwidget");
49}
50
51const QIcon CPluginTerminal::Icon() const
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected