From 3a0405b50ec962988d8e7b7049ad9464c554077e Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 22 Dec 2011 18:40:15 +0100 Subject: [PATCH] a bit more on SectionScroller --- declarativeimports/plasmacomponents/qml/SectionScroller.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/declarativeimports/plasmacomponents/qml/SectionScroller.qml b/declarativeimports/plasmacomponents/qml/SectionScroller.qml index 762738738..14987971e 100644 --- a/declarativeimports/plasmacomponents/qml/SectionScroller.qml +++ b/declarativeimports/plasmacomponents/qml/SectionScroller.qml @@ -58,7 +58,7 @@ Description: Properties: ListView listView: - TODO needs info + As The ScrollBar, this is the listview the sectionScroller will operate on. This component doesn't work with simple Flickable or GridView. **/ import QtQuick 1.1