Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetShell
Method
SetShell
Plugins/Terminal/TerminalParameter.cpp:54–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
int CTerminalParameter::SetShell(const QString& shell)
55
{
56
if(m_szShell == shell)
57
return 0;
58
m_szShell = shell;
59
SetModified(true);
60
return 0;
61
}
62
63
const QString CTerminalParameter::GetShell() const
64
{
Callers
1
on_pbOk_clicked
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected