| 1694 | } |
| 1695 | |
| 1696 | void Viewer::updateConfig(QSettings *settings) |
| 1697 | { |
| 1698 | goToFlow->updateConfig(settings); |
| 1699 | |
| 1700 | QPalette palette; |
| 1701 | palette.setColor(backgroundRole(), Configuration::getConfiguration().getBackgroundColor(theme.viewer.defaultBackgroundColor)); |
| 1702 | setPalette(palette); |
| 1703 | } |
| 1704 | |
| 1705 | // deprecated |
| 1706 | void Viewer::updateImageOptions() |
no test coverage detected