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

Method Graytheme

src/RedisView/AppView/MainWindow.cpp:487–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487void MainWindow::Graytheme() {
488 clearThemeIcon();
489 setTheme(GRAY_THEME);
490 setThemeIcon();
491}
492
493void MainWindow::Pinktheme() {
494 clearThemeIcon();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected