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

Method SetFlowControl

Src/Terminal/ParameterTerminal.cpp:202–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void CParameterTerminal::SetFlowControl(bool newFlowControl)
203{
204 if(m_bFlowControl == newFlowControl)
205 return;
206 m_bFlowControl = newFlowControl;
207 SetModified(true);
208}
209
210const QString &CParameterTerminal::GetBackgroupImage() const
211{

Callers 1

AcceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected