forked from qt-creator/qt-creator
QmlDesigner: Remove unneeded reset
Close is already deleting the instance. Fixes: QDS-13268 Change-Id: I95998d6c11f6824386d109ae1f622d022a59ce7f Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -414,7 +414,6 @@ void QdsNewDialog::reject()
|
|||||||
m_wizard.destroyWizard();
|
m_wizard.destroyWizard();
|
||||||
|
|
||||||
m_dialog->close();
|
m_dialog->close();
|
||||||
m_dialog.reset();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QString QdsNewDialog::chooseProjectLocation()
|
QString QdsNewDialog::chooseProjectLocation()
|
||||||
|
|||||||
Reference in New Issue
Block a user