summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews/qtreewidgetitemiterator_p.h
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-17 03:49:53 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-17 03:49:53 (GMT)
commit815a5f08161f7add4a8b9d71f95bed0f45fbbe41 (patch)
tree33d2e68038826ea0f5fec402303a585403b0be21 /src/gui/itemviews/qtreewidgetitemiterator_p.h
parent5872a38a2f2ccc67b590d580a258e110ee2d80dc (diff)
parent467face42d2db216860dade5f5d817a8cddb86f3 (diff)
downloadQt-815a5f08161f7add4a8b9d71f95bed0f45fbbe41.zip
Qt-815a5f08161f7add4a8b9d71f95bed0f45fbbe41.tar.gz
Qt-815a5f08161f7add4a8b9d71f95bed0f45fbbe41.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/gui/itemviews/qtreewidgetitemiterator_p.h')
-rw-r--r--src/gui/itemviews/qtreewidgetitemiterator_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/itemviews/qtreewidgetitemiterator_p.h b/src/gui/itemviews/qtreewidgetitemiterator_p.h
index 3ffe823..ee0808c 100644
--- a/src/gui/itemviews/qtreewidgetitemiterator_p.h
+++ b/src/gui/itemviews/qtreewidgetitemiterator_p.h
@@ -73,7 +73,8 @@ public:
}
QTreeWidgetItemIteratorPrivate(const QTreeWidgetItemIteratorPrivate& other)
- : m_currentIndex(other.m_currentIndex), m_model(other.m_model), m_parentIndex(other.m_parentIndex)
+ : m_currentIndex(other.m_currentIndex), m_model(other.m_model),
+ m_parentIndex(other.m_parentIndex), q_ptr(other.q_ptr)
{
}