diff options
author | Bea Lam <[email protected]> | 2012-08-08 16:33:05 +1000 |
---|---|---|
committer | Qt by Nokia <[email protected]> | 2012-08-09 02:28:00 +0200 |
commit | 49882aea5ac9725e4a6c2bcea0e0af5d7d1f9324 (patch) | |
tree | 94a5276c77dcbbf6c661738436fc4cab2c28db03 /src/quick/items/qquickpathview.cpp | |
parent | e09e6d2bc05897e2016ed2af32a9abca72e9a0ce (diff) |
Various small doc fixes and improvements
Adds some missing docs and fixes some incorrect doc references.
Also removes AnimatedImage docs that were exactly the same
as those in base Image type docs.
Change-Id: I1357d3c00e63f1b08683bb78246de93dcc0dac7f
Reviewed-by: Andrew den Exter <[email protected]>
Diffstat (limited to 'src/quick/items/qquickpathview.cpp')
-rw-r--r-- | src/quick/items/qquickpathview.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/quick/items/qquickpathview.cpp b/src/quick/items/qquickpathview.cpp index 748166a2b2..a30a292942 100644 --- a/src/quick/items/qquickpathview.cpp +++ b/src/quick/items/qquickpathview.cpp @@ -705,6 +705,10 @@ int QQuickPathView::currentIndex() const return d->currentIndex; } +/*! + \qmlproperty int QtQuick2::PathView::currentItem + This property holds the current item in the view. +*/ void QQuickPathView::setCurrentIndex(int idx) { Q_D(QQuickPathView); |