| 467 | } |
| 468 | |
| 469 | void MainWindow::Darktheme() { |
| 470 | clearThemeIcon(); |
| 471 | setTheme(DARK_THEME); |
| 472 | setThemeIcon(); |
| 473 | } |
| 474 | |
| 475 | void MainWindow::DeepDarktheme() { |
| 476 | clearThemeIcon(); |
nothing calls this directly
no outgoing calls
no test coverage detected