src/hbwidgets/itemviews/hbtreemodeliterator_p.h
changeset 6 c3690ec91ef8
parent 1 f7ac710697a9
--- a/src/hbwidgets/itemviews/hbtreemodeliterator_p.h	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbwidgets/itemviews/hbtreemodeliterator_p.h	Wed Jun 23 18:33:25 2010 +0300
@@ -37,7 +37,7 @@
     Q_OBJECT
 
 public:
-    HbTreeModelIterator(QAbstractItemModel *model = 0, QModelIndex rootIndex = QModelIndex(), bool useCache = true);
+    explicit HbTreeModelIterator(QAbstractItemModel *model = 0, QModelIndex rootIndex = QModelIndex(), bool useCache = true);
     ~HbTreeModelIterator();
 
     int indexCount(const QModelIndex &parent = QModelIndex()) const;
@@ -63,6 +63,7 @@
     void rowsRemoved(const QModelIndex &parent, int start, int end);
     void columnsInserted(const QModelIndex &parent, int start, int end);
     void columnsRemoved(const QModelIndex &parent, int start, int end);
+    void modelLayoutChanged();
 
 private:
     Q_DECLARE_PRIVATE_D(d, HbTreeModelIterator)