Skip to content

qt: make individual dialog not singletons

Pierre Lamot requested to merge chub/vlc:qt/no-dialog-singleton into master

dialogs are managed by the dialog provider, they don't need to be singleton. moreover some of them (like the OpenDialog) can be instantiated multiple times.

Merge request reports