equal
deleted
inserted
replaced
22 ** Nokia at developer.feedback@nokia.com. |
22 ** Nokia at developer.feedback@nokia.com. |
23 ** |
23 ** |
24 ****************************************************************************/ |
24 ****************************************************************************/ |
25 |
25 |
26 #include "hbtreemodeliterator_p_p.h" |
26 #include "hbtreemodeliterator_p_p.h" |
27 #include "hbabstractitemcontainer_p.h" |
27 #include "hbabstractitemcontainer_p_p.h" |
28 #include <QAbstractItemModel> |
28 #include <QAbstractItemModel> |
29 |
29 |
30 HbTreeModelIteratorPrivate::HbTreeModelIteratorPrivate() |
30 HbTreeModelIteratorPrivate::HbTreeModelIteratorPrivate() |
31 : HbModelIteratorPrivate(), |
31 : HbModelIteratorPrivate(), |
32 mCachedCount(CachedIndexCount()), mCachedPosition(CachedIndexCount()), |
32 mCachedCount(CachedIndexCount()), mCachedPosition(CachedIndexCount()), |