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

Method SetHistorySize

Src/Terminal/ParameterTerminal.cpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void CParameterTerminal::SetHistorySize(int newHistorySize)
112{
113 if(m_nHistorySize == newHistorySize)
114 return;
115 m_nHistorySize = newHistorySize;
116 SetModified(true);
117}
118
119const QString &CParameterTerminal::GetTextCodec() const
120{

Callers 1

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected