Added changeEvent calls where appropriate

Need to call into the superclass in order not to lose functionality. Was
missing in the wizard, hence the many missing occurrences.

Reviewed-by: Friedemann Kleint
This commit is contained in:
Thorbjørn Lindeijer
2009-03-17 14:34:27 +01:00
parent 70d5649428
commit 4e16705a27
9 changed files with 55 additions and 43 deletions

View File

@@ -88,6 +88,7 @@ void FileWizardPage::setName(const QString &name)
void FileWizardPage::changeEvent(QEvent *e)
{
QWizardPage::changeEvent(e);
switch (e->type()) {
case QEvent::LanguageChange:
m_d->m_ui.retranslateUi(this);