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

Method SetFont

Src/Terminal/ParameterTerminal.cpp:293–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293void CParameterTerminal::SetFont(const QFont &newFont)
294{
295 if(m_Font == newFont)
296 return;
297 m_Font = newFont;
298 SetModified(true);
299}

Callers 1

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected