vlc | branch: master | Marvin Scholz <epira...@gmail.com> | Tue Aug 21 02:33:11 
2018 +0200| [a7f623dd3225b2a07532142660184a046d1fa920] | committer: Marvin 
Scholz

gui/qt: Fix invalid widget in buddy

This fixes the warning: "Buddy assignment is not a valid widget" caused
by referencing an invalid widget as buddy for the mmdevice label.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a7f623dd3225b2a07532142660184a046d1fa920
---

 modules/gui/qt/ui/sprefs_audio.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/ui/sprefs_audio.ui 
b/modules/gui/qt/ui/sprefs_audio.ui
index 39d38bddde..4ef4b8bd71 100644
--- a/modules/gui/qt/ui/sprefs_audio.ui
+++ b/modules/gui/qt/ui/sprefs_audio.ui
@@ -264,7 +264,7 @@
             <string>HDMI/SPDIF audio passthrough</string>
            </property>
            <property name="buddy">
-            <cstring>mmdevicePassthrough</cstring>
+            <cstring>mmdevicePassthroughBox</cstring>
            </property>
           </widget>
          </item>

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to