Skip to content

Qt: Redundant signal binding

ya zou requested to merge zouya/vlc:master into master

The signal slot binding here is redundant, because every time the menu is created, the value is obtained from MainInterface, and there is no need to set it again through the signal.

fixes #25664 (closed)

Edited by ya zou

Merge request reports