| 1267 | } |
| 1268 | |
| 1269 | void MainWindowImpl::loadTheme() |
| 1270 | { |
| 1271 | QString theme = IniSettings::theme(); |
| 1272 | |
| 1273 | if (theme != "none") { |
| 1274 | QApplication::setStyle(QStyleFactory::create(theme)); |
| 1275 | } |
| 1276 | } |
| 1277 | |
| 1278 | void MainWindowImpl::overwriteDialog(QString baseName) |
| 1279 | { |
nothing calls this directly
no outgoing calls
no test coverage detected