--- 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;