Skip to content
Commit 222ed1fa authored by Ahmad Samir's avatar Ahmad Samir
Browse files

Use QDialog::show() instead of exec()

QDialog::exec() starts a nested eventloop, which could cause all sort of
issues; better use show() and make the code async.
parent b9a21ed5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment