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

qt: Don't display progress dialog as modal


Updating the dialog will call processEvents, which could end up
processing another dialog progress update, calling the event loop again,
and so on until we stack overflow.
Basically, having a modal progress dialog means that any user of that
API could potentially cause stack overflows if update calls were to be
unpaced.
Part #2 of fixing #18640 and #17060

(cherry picked from commit 55e6be0e)
Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
parent f7d40965
No related branches found
Tags 3.0.9
Loading
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