MCPcopy 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
229private Q_SLOTS:
230 void info()

Callers 2

sizeHintFunction · 0.85
paintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected