-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
Some future release
-
None
-
QDS 3D - 2021 Week 31/32
Whenever the user switches the project type in the new qml NewProject dialogbox, a new QWizard object needs to be created, and thus, the old one should be destroyed. Previously, I was destroying the wizard with delete, but but there are a lot of warnings and it seems the code can sometimes crash because of that.
A better solution would be to use deleteLater() to delete the wizard async.