[vlc-devel] [PATCH 16/16] qml: Synchronize Player Controlbar with Editor

Rohan Rajpal rohan17089 at iiitd.ac.in
Wed Jul 31 14:30:56 CEST 2019


---
 modules/gui/qt/qml/player/ControlBar.qml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/modules/gui/qt/qml/player/ControlBar.qml b/modules/gui/qt/qml/player/ControlBar.qml
index 7f33c9ed0d..e817b5717e 100644
--- a/modules/gui/qt/qml/player/ControlBar.qml
+++ b/modules/gui/qt/qml/player/ControlBar.qml
@@ -123,6 +123,10 @@ Utils.NavigableFocusScope {
             }
         }
     }
+    Connections{
+        target: rootWindow
+        onToolBarConfUpdated: playerControlBarModel.reloadModel()
+    }
 
     PlayerControlBarModel{
         id:playerControlBarModel
-- 
2.17.1



More information about the vlc-devel mailing list