src/hbwidgets/itemviews/hbtreemodeliterator_p_p.cpp
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 5 627c4a0fd0e7
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
    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()),