diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2009-11-02 08:32:38 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2009-11-02 08:34:45 (GMT) |
commit | dc9e7a5b231bbd22ee237c1a4c1bc0076aa695fe (patch) | |
tree | a44ca6a6be9a4365387f434b7e0f186e1860d1f3 /src/declarative/graphicsitems/qmlgraphicslistview.cpp | |
parent | 7aeefc1e5904517bbc8133c32340379e20a74aca (diff) | |
download | Qt-dc9e7a5b231bbd22ee237c1a4c1bc0076aa695fe.zip Qt-dc9e7a5b231bbd22ee237c1a4c1bc0076aa695fe.tar.gz Qt-dc9e7a5b231bbd22ee237c1a4c1bc0076aa695fe.tar.bz2 |
Doc: Fixed typo
Diffstat (limited to 'src/declarative/graphicsitems/qmlgraphicslistview.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qmlgraphicslistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicslistview.cpp b/src/declarative/graphicsitems/qmlgraphicslistview.cpp index dc8bab2..cf399f9 100644 --- a/src/declarative/graphicsitems/qmlgraphicslistview.cpp +++ b/src/declarative/graphicsitems/qmlgraphicslistview.cpp @@ -994,7 +994,7 @@ QmlGraphicsListView::~QmlGraphicsListView() /*! \qmlattachedproperty bool ListView::isCurrentItem - This attched property is true if this delegate is the current item; otherwise false. + This attached property is true if this delegate is the current item; otherwise false. It is attached to each instance of the delegate. |