equal
deleted
inserted
replaced
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 } |