src/hbwidgets/itemviews/hbabstractitemview_p.h
changeset 21 4633027730f5
parent 2 06ff229162e9
child 28 b7da29130b0e
equal deleted inserted replaced
7:923ff622b8b9 21:4633027730f5
   177 
   177 
   178     bool mOrigFriction;
   178     bool mOrigFriction;
   179     bool mDoingContiguousSelection;
   179     bool mDoingContiguousSelection;
   180     QPointF mPositionInContiguousSelection;
   180     QPointF mPositionInContiguousSelection;
   181 
   181 
       
   182     bool mItemPixmapCacheEnabled;
       
   183 
   182 private:
   184 private:
   183     static HbAbstractItemViewPrivate *d_ptr(HbAbstractItemView *abstractItemView) {
   185     static HbAbstractItemViewPrivate *d_ptr(HbAbstractItemView *abstractItemView) {
   184         Q_ASSERT(abstractItemView);
   186         Q_ASSERT(abstractItemView);
   185         return abstractItemView->d_func();
   187         return abstractItemView->d_func();
   186     }
   188     }