Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
void DebuggerConsoleView::changeEvent(QEvent *event)
104
{
105
if (event->type() == QEvent::PaletteChange) {
106
updateColors();
107
}
108
}
109
110
void DebuggerConsoleView::updateColors()
111
{
Callers
nothing calls this directly
Calls
1
type
Method · 0.45
Tested by
no test coverage detected