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

Method SetSizeHint

Src/Terminal/ParameterTerminal.cpp:280–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void CParameterTerminal::SetSizeHint(bool newSizeHint)
281{
282 if(m_bSizeHint == newSizeHint)
283 return;
284 m_bSizeHint = newSizeHint;
285 SetModified(true);
286}
287
288const QFont &CParameterTerminal::GetFont() const
289{

Callers 1

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected