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

Method SetLasterDirectory

Plugins/Terminal/TerminalParameter.cpp:101–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101int CTerminalParameter::SetLasterDirectory(const QString& d)
102{
103 if(m_szLasterDirectory == d)
104 return 0;
105 m_szLasterDirectory = d;
106 SetModified(true);
107 return 0;
108}
109
110bool CTerminalParameter::GetRestoreDirectory() const
111{

Callers 1

StartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected