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

Method Pinktheme

src/RedisView/AppView/MainWindow.cpp:493–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493void MainWindow::Pinktheme() {
494 clearThemeIcon();
495 setTheme(PINK_THEME);
496 setThemeIcon();
497}
498
499void MainWindow::setTheme(QString theme) {
500 PubLib::setConfig("Theme",theme);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected