MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / updateDarkMode

Method updateDarkMode

gui/qt/basiccodeviewerwindow.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void BasicEditor::updateDarkMode()
30{
31 if (highlighter != nullptr) {
32 delete highlighter;
33 highlighter = new BasicHighlighter(document());
34 }
35}
36
37void BasicEditor::toggleHighlight()
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected