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

@@ -236,6 +236,7 @@ void BuildStepsPage::downBuildStep()
void BuildStepsPage::changeEvent(QEvent *e)
{
BuildStepConfigWidget::changeEvent(e);
switch (e->type()) {
case QEvent::LanguageChange:
m_ui->retranslateUi(this);