Skip to content
Snippets Groups Projects
Commit ac3b5978 authored by Pierre Lamot's avatar Pierre Lamot Committed by Hugo Beauzée-Luyssen
Browse files

qt: FirstRun dialog must be destroyed before closing the application

FirstRun dialog used Qt::WA_DeleteOnClose, it lifecycle would be bound to the
QApplication. On close the firstrun dialog will save some changes to the
preferences. So we need to ensure the dialog is properly destroyed before the
context becomes invalid when closing the application.

this commit updates 3895e912 which got reverted
in a39d1755
parent a95365ba
No related branches found
No related tags found
1 merge request!595qt: FirstRun dialog must be destroyed before closing the application
Pipeline #136721 passed with stages
in 20 minutes and 14 seconds
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