src/hbwidgets/itemviews/hbabstractitemview_p.h
changeset 21 4633027730f5
parent 2 06ff229162e9
child 28 b7da29130b0e
--- a/src/hbwidgets/itemviews/hbabstractitemview_p.h	Tue Jul 06 14:36:53 2010 +0300
+++ b/src/hbwidgets/itemviews/hbabstractitemview_p.h	Wed Aug 18 10:05:37 2010 +0300
@@ -179,6 +179,8 @@
     bool mDoingContiguousSelection;
     QPointF mPositionInContiguousSelection;
 
+    bool mItemPixmapCacheEnabled;
+
 private:
     static HbAbstractItemViewPrivate *d_ptr(HbAbstractItemView *abstractItemView) {
         Q_ASSERT(abstractItemView);