Skip to content

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

Ahmad Samir requested to merge work/ahmad/dialogs-eventloop into master

QDialog::exec() starts a nested eventloop, which could cause all sort of issues; better use show() and make the code async.

Merge request reports