src/hbwidgets/itemviews/hbmodeliterator.h
changeset 6 c3690ec91ef8
parent 1 f7ac710697a9
--- a/src/hbwidgets/itemviews/hbmodeliterator.h	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbwidgets/itemviews/hbmodeliterator.h	Wed Jun 23 18:33:25 2010 +0300
@@ -36,7 +36,7 @@
 class HB_WIDGETS_EXPORT HbModelIterator
 {
 public:
-    HbModelIterator(QAbstractItemModel *model = 0, QModelIndex rootIndex = QModelIndex());
+    explicit HbModelIterator(QAbstractItemModel *model = 0, QModelIndex rootIndex = QModelIndex());
     virtual ~HbModelIterator();
 
     virtual int indexCount(const QModelIndex &parent = QModelIndex()) const;