| 49 | void VisualMainSettings::splashTimeChanged(const QString &x) { editSettings->setSplashTime(x.toInt()); } |
| 50 | |
| 51 | void VisualMainSettings::themeChanged(const int x) { editSettings->setCurrentColorThemeIndex(x); } |
| 52 | |
| 53 | void VisualMainSettings::whenThemeEdit() { |
| 54 | int index = ui->themeComboBox->currentIndex(); |
nothing calls this directly
no test coverage detected