Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-4832

Fix: When switching project types, the QWizard object should be destroyed async

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Not Evaluated Not Evaluated
    • None
    • Some future release
    • Wizards
    • 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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            saghinet Samuel Ghinet
            saghinet Samuel Ghinet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes