| 485 | } |
| 486 | |
| 487 | void MainWindow::Graytheme() { |
| 488 | clearThemeIcon(); |
| 489 | setTheme(GRAY_THEME); |
| 490 | setThemeIcon(); |
| 491 | } |
| 492 | |
| 493 | void MainWindow::Pinktheme() { |
| 494 | clearThemeIcon(); |
nothing calls this directly
no outgoing calls
no test coverage detected