Skip to content
Snippets Groups Projects
Commit d50fc34e authored by Nicolas Arnaud-Cormos's avatar Nicolas Arnaud-Cormos Committed by Friedemann Kleint
Browse files

Fix the class form template.


With the keyboard, when pressing return on the form template, we arrived
directly to the summary page, jumping over the class details page.

Change-Id: I4b54e77b01553b12cb8446d802f74ea5a265dddd
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@nokia.com>
parent a389bc2a
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,6 @@ FormClassWizardDialog::FormClassWizardDialog(const WizardPageList &extensionPage
setPage(FormPageId, m_formPage);
wizardProgress()->item(FormPageId)->setTitle(tr("Form Template"));
connect(m_formPage, SIGNAL(templateActivated()),
button(QWizard::NextButton), SLOT(animateClick()));
setPage(ClassPageId, m_classPage);
wizardProgress()->item(ClassPageId)->setTitle(tr("Class Details"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment