summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews/qtreeview.cpp
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@nokia.com>2010-01-12 19:20:01 (GMT)
committerPaul Olav Tvete <paul.tvete@nokia.com>2010-01-12 19:20:01 (GMT)
commit417dd757e8d78d226fc61f6302823bdb6ec09f64 (patch)
tree7f1d78d88933c5e23294d66e7bb176437464ea3c /src/gui/itemviews/qtreeview.cpp
parentf71b48c70e215fec77be3b2688ac197cd7f13525 (diff)
parent796f8235d1d41878030e6992a225fafb1ee64fbe (diff)
downloadQt-417dd757e8d78d226fc61f6302823bdb6ec09f64.zip
Qt-417dd757e8d78d226fc61f6302823bdb6ec09f64.tar.gz
Qt-417dd757e8d78d226fc61f6302823bdb6ec09f64.tar.bz2
Merge remote branch 'qt/4.6' into oslo-staging-2/4.6
Conflicts: dist/changes-4.6.1
Diffstat (limited to 'src/gui/itemviews/qtreeview.cpp')
-rw-r--r--src/gui/itemviews/qtreeview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/itemviews/qtreeview.cpp b/src/gui/itemviews/qtreeview.cpp
index 24b448c..d0fa22d 100644
--- a/src/gui/itemviews/qtreeview.cpp
+++ b/src/gui/itemviews/qtreeview.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
@@ -178,7 +178,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
- Constructs a table view with a \a parent to represent a model's
+ Constructs a tree view with a \a parent to represent a model's
data. Use setModel() to set the model.
\sa QAbstractItemModel