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

Method SetRestoreDirectory

Plugins/Terminal/TerminalParameter.cpp:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115int CTerminalParameter::SetRestoreDirectory(bool bEnable)
116{
117 if(m_bRestoreDirectory == bEnable)
118 return 0;
119 m_bRestoreDirectory = bEnable;
120 SetModified(true);
121 return 0;
122}
123
124bool CTerminalParameter::GetEnableTitleChanged() const
125{

Callers 1

on_pbOk_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected