MCPcopy Create free account
hub / github.com/cc20110101/RedisView / Darktheme

Method Darktheme

src/RedisView/AppView/MainWindow.cpp:469–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469void MainWindow::Darktheme() {
470 clearThemeIcon();
471 setTheme(DARK_THEME);
472 setThemeIcon();
473}
474
475void MainWindow::DeepDarktheme() {
476 clearThemeIcon();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected