Skip to content
Snippets Groups Projects
Commit 0f073e4a authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

Wizards: avoiding code duplication


I moved setPath(wizardDialogParameters.defaultPath()) into
the constructor of BaseProjectWizardDialog.

I created addExtensionPages() instead of having of having the
foreach everywhere. Moving the call into the constructor of
BaseProjectWizardDialog is not trivial since a lot of derived classes
rely on execution order and the order is often different.
Entangling this is not trivial and easily might break functionality.

Change-Id: I48dddaf72caea84da783dc9e2f42f2c7eff1c0ce
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@nokia.com>
parent c4b631f9
No related branches found
No related tags found
Loading
Showing
with 28 additions and 27 deletions
Loading
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