vlc | branch: master | Prince Gupta <[email protected]> | Sun Aug 23 
11:50:56 2020 +0530| [c601091efe3052e3e29af950efc0a152ec026a3f] | committer: 
Pierre Lamot

qml: add currentSection property to KeyNavigableListView

Signed-off-by: Pierre Lamot <[email protected]>

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

 modules/gui/qt/widgets/qml/KeyNavigableListView.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/qt/widgets/qml/KeyNavigableListView.qml 
b/modules/gui/qt/widgets/qml/KeyNavigableListView.qml
index e7bf1c77ed..7759971dff 100644
--- a/modules/gui/qt/widgets/qml/KeyNavigableListView.qml
+++ b/modules/gui/qt/widgets/qml/KeyNavigableListView.qml
@@ -63,6 +63,7 @@ NavigableFocusScope {
     property alias highlightMoveVelocity: view.highlightMoveVelocity
 
     property alias section: view.section
+    property alias currentSection: view.currentSection
     property alias orientation: view.orientation
 
     property alias add: view.add

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to