[vlc-commits] qml: Synchronize Player Controlbar with Editor
Rohan Rajpal
git at videolan.org
Wed Aug 21 16:26:54 CEST 2019
vlc | branch: master | Rohan Rajpal <rohan17089 at iiitd.ac.in> | Thu Jul 18 18:20:41 2019 +0530| [12bd31dba92ac411537baa825f7dfa5f84b5def9] | committer: Jean-Baptiste Kempf
qml: Synchronize Player Controlbar with Editor
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=12bd31dba92ac411537baa825f7dfa5f84b5def9
---
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
More information about the vlc-commits
mailing list