aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgpathview_p_p.h
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2011-08-01 13:09:10 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-02 10:46:54 +0200
commit6494f5c5aaec82cc5bcfd42de559d723edef57b1 (patch)
tree40e0cf580cfd842a40b9a83d03f09cf8b30e3b78 /src/declarative/items/qsgpathview_p_p.h
parent09f4bd20d7514f229338667effdf8519f1722b3f (diff)
Add a currentItem property to PathView.
Task-number: QTBUG-16347 Change-Id: I6df4b2d7c5f325e84d54ed5befd66e20b64cc7e0 Reviewed-on: http://codereview.qt.nokia.com/2421 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'src/declarative/items/qsgpathview_p_p.h')
-rw-r--r--src/declarative/items/qsgpathview_p_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/items/qsgpathview_p_p.h b/src/declarative/items/qsgpathview_p_p.h
index a133e80abc..1575c6c1ca 100644
--- a/src/declarative/items/qsgpathview_p_p.h
+++ b/src/declarative/items/qsgpathview_p_p.h
@@ -111,7 +111,7 @@ public:
}
}
- QSGItem *getItem(int modelIndex);
+ QSGItem *getItem(int modelIndex, bool onPath = true);
void releaseItem(QSGItem *item);
QSGPathViewAttached *attached(QSGItem *item);
void clear();