Skip to content

qt: cleanup macro code in simple preferences

Pierre Lamot requested to merge chub/vlc:qt/spref-macro-to-functions into master

ui declarations are kept in the class, this allows accessing the individual widgets directly instead of registering them in a hashmap and downcasting them.

Merge request reports