Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
280
void CParameterTerminal::SetSizeHint(bool newSizeHint)
281
{
282
if(m_bSizeHint == newSizeHint)
283
return;
284
m_bSizeHint = newSizeHint;
285
SetModified(true);
286
}
287
288
const QFont &CParameterTerminal::GetFont() const
289
{
Callers
1
Accept
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected