Don't exec() the StatJob
exec() spawns a nested event loop, which is very problematic In particular here it causes a crash when the job is running when the window is closed By using coroutines and QCoro we can achieve the API convenience of exec() without using nested event loops BUG: 463594
parent
4aa56096
Loading
Loading
Pipeline
#295544
passed
with stage
in
1 minute and 44 seconds
Loading
Please register or sign in to comment