Skip to content

qt: menus: pass the actual intf object to VLCVarChoiceModel

Alaric Senat requested to merge asenat/vlc:fix/qt-intf-regression into master

Since the actual interface object is now contained in the main Qt Interface object. This fixes a regression introduced by 537d41a4 which was breaking the view/interface menu.

Merge request reports