MCPcopy Create free account
hub / github.com/Lymphatus/caesium-image-compressor / changeEvent

Method changeEvent

src/dialogs/PreferencesDialog.cpp:177–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void PreferencesDialog::changeEvent(QEvent* event)
178{
179 if (event->type() == QEvent::LanguageChange) {
180 ui->retranslateUi(this);
181 }
182}
183
184void PreferencesDialog::onMultithreadingMaxThreadsChanged(int value)
185{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected