aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickpathview.cpp
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-08-08 16:33:05 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-09 02:28:00 +0200
commit49882aea5ac9725e4a6c2bcea0e0af5d7d1f9324 (patch)
tree94a5276c77dcbbf6c661738436fc4cab2c28db03 /src/quick/items/qquickpathview.cpp
parente09e6d2bc05897e2016ed2af32a9abca72e9a0ce (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 <andrew.den-exter@nokia.com>
Diffstat (limited to 'src/quick/items/qquickpathview.cpp')
-rw-r--r--src/quick/items/qquickpathview.cpp4
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);