| 491 | } |
| 492 | |
| 493 | void MainWindow::Pinktheme() { |
| 494 | clearThemeIcon(); |
| 495 | setTheme(PINK_THEME); |
| 496 | setThemeIcon(); |
| 497 | } |
| 498 | |
| 499 | void MainWindow::setTheme(QString theme) { |
| 500 | PubLib::setConfig("Theme",theme); |
nothing calls this directly
no outgoing calls
no test coverage detected