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

Method changeEvent

plugins/debuggercommon/widgets/debuggerconsoleview.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void DebuggerConsoleView::changeEvent(QEvent *event)
104{
105 if (event->type() == QEvent::PaletteChange) {
106 updateColors();
107 }
108}
109
110void DebuggerConsoleView::updateColors()
111{

Callers

nothing calls this directly

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected