| 150 | } |
| 151 | |
| 152 | void PreferencesDialog::showApplicationRestartRequired() const |
| 153 | { |
| 154 | ui->labelAppRestartIcon->show(); |
| 155 | ui->labelAppRestart->show(); |
| 156 | } |
| 157 | |
| 158 | template<typename Func1, typename Func2, typename Func3> |
| 159 | void PreferencesDialog::MapSettingToCheckBox(QCheckBox *checkBox, Func1 getter, Func2 setter, Func3 notifier) const |
nothing calls this directly
no outgoing calls
no test coverage detected