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