[vlc-commits] qml: add currentSection property to KeyNavigableListView
Prince Gupta
git at videolan.org
Thu Aug 27 12:44:21 CEST 2020
vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Sun Aug 23 11:50:56 2020 +0530| [c601091efe3052e3e29af950efc0a152ec026a3f] | committer: Pierre Lamot
qml: add currentSection property to KeyNavigableListView
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> 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
More information about the vlc-commits
mailing list