Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ titleFont
Function
titleFont
kdevplatform/shell/loadedpluginsdialog.cpp:222–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
QFont titleFont(const QFont &baseFont) const
223
{
224
QFont retFont(baseFont);
225
retFont.setBold(true);
226
return retFont;
227
}
228
229
private Q_SLOTS:
230
void info()
Callers
2
sizeHint
Function · 0.85
paint
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected