[vlc-devel] [PATCH 1/4] qml: add currentSection property to KeyNavigableListView
Prince Gupta
guptaprince8832 at gmail.com
Mon Aug 24 17:12:40 CEST 2020
---
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
--
2.25.1
More information about the vlc-devel
mailing list