MCPcopy Create free account
hub / github.com/KDE/kdevelop / defaultColor

Function defaultColor

kdevplatform/shell/mainwindow.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62namespace {
63
64QColor defaultColor(const QPalette& palette)
65{
66 return palette.windowText().color();
67}
68
69QColor colorForDocument(const QUrl& url, const QPalette& palette, const QColor& defaultColor)
70{

Callers 2

updateAllTabColorsMethod · 0.85
updateTabColorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected