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

Method changeEvent

src/dialogs/AdvancedImportDialog.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void AdvancedImportDialog::changeEvent(QEvent* event)
76{
77 if (event->type() == QEvent::LanguageChange) {
78 ui->retranslateUi(this);
79 }
80}
81
82void AdvancedImportDialog::setupAddButtonMenu() const
83{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected