summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-09-27 15:23:40 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-27 15:31:52 +0200
commitb80216c9f38c6e129bc7c779f5b769f0aa86441b (patch)
treec8689c766c68c64f545ba05357e913bd10e0ae88 /src/widgets/itemviews
parent4a9bdbd8ccbe6d825f0a3790c7b22f6012625bb5 (diff)
Fix typo: contais -> contains.
Change-Id: I718b0178ba03fcf15f2962cb6f917efb2da27a04 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src/widgets/itemviews')
-rw-r--r--src/widgets/itemviews/qtreeview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/itemviews/qtreeview.cpp b/src/widgets/itemviews/qtreeview.cpp
index b6ca379bf3..9c254b5204 100644
--- a/src/widgets/itemviews/qtreeview.cpp
+++ b/src/widgets/itemviews/qtreeview.cpp
@@ -1329,7 +1329,7 @@ bool QTreeViewPrivate::expandOrCollapseItemAtPos(const QPoint &pos)
void QTreeViewPrivate::_q_modelDestroyed()
{
- //we need to clear that list because it contais QModelIndex to
+ //we need to clear the viewItems because it contains QModelIndexes to
//the model currently being destroyed
viewItems.clear();
QAbstractItemViewPrivate::_q_modelDestroyed();