MCPcopy 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
54int 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
63const QString CTerminalParameter::GetShell() const
64{

Callers 1

on_pbOk_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected