| 175 | } |
| 176 | |
| 177 | void PreferencesDialog::changeEvent(QEvent* event) |
| 178 | { |
| 179 | if (event->type() == QEvent::LanguageChange) { |
| 180 | ui->retranslateUi(this); |
| 181 | } |
| 182 | } |
| 183 | |
| 184 | void PreferencesDialog::onMultithreadingMaxThreadsChanged(int value) |
| 185 | { |
nothing calls this directly
no outgoing calls
no test coverage detected