Skip to content

qt: add to playlist dialog should be shown modeless

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/playlistdialogmodeless into master

The add to playlist dialog should be modeless, especially now that it is no longer a singleton.

I previously used QDialog::open() because it is specific to QDialog, unlike QWidget::show(), but I did not realize that QDialog::open() does not respect the modality and always shows the dialog modal.

Request review @chub.

Merge request reports

Loading