Skip to content
Snippets Groups Projects
Commit 25f2f8e1 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

IWizardFactory: Create wizards with factoryCreators


Do not use the object pool to hold potential wizards. Register
FactoryCreator functions with IWizardFactory instead and use
those to create the wizards when necessary.

This saves us a couple of cycles during startup since we can now
delay construction of all wizards and it makes us more flexible
wrt. managing the lifecycle of the wizard factories.

Change-Id: I95d6a6dfcdf0fd995e1934a9fefcd96c6a676753
Reviewed-by: default avatarEike Ziller <eike.ziller@theqtcompany.com>
parent b5e3f2e5
No related branches found
No related tags found
No related merge requests found
Showing
with 85 additions and 58 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