Skip to content
Snippets Groups Projects
Commit 4f324c1c authored by Tobias Hunger's avatar Tobias Hunger Committed by Eike Ziller
Browse files

BaseFileWizard: Initialize pages again


This was broken when getting rid of the WizardEventLoop.

Change-Id: I34488a80c01c39974380b5b9f57e028ca0d5f06c
Reviewed-by: default avatarAlessandro Portale <alessandro.portale@theqtcompany.com>
Reviewed-by: default avatarEike Ziller <eike.ziller@theqtcompany.com>
parent a1b8e94f
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ BaseFileWizard::BaseFileWizard(const BaseFileWizardFactory *factory,
void BaseFileWizard::initializePage(int id)
{
Wizard::initializePage(id);
if (page(id) == m_firstExtensionPage) {
generateFileList();
......
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