summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews/qtreeview.cpp
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@digia.com>2012-02-03 22:53:31 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-02-08 08:20:27 (GMT)
commit80cebfde10cf34dcc0777c24f1b3ff37cad20181 (patch)
treedf90859850d6a6d23434f0c82146c3b788f708bb /src/gui/itemviews/qtreeview.cpp
parentff2de5928b1031d6946807f1e119b0765bc755c8 (diff)
downloadQt-80cebfde10cf34dcc0777c24f1b3ff37cad20181.zip
Qt-80cebfde10cf34dcc0777c24f1b3ff37cad20181.tar.gz
Qt-80cebfde10cf34dcc0777c24f1b3ff37cad20181.tar.bz2
Some small doc fixes, typos and removal of one incorrect paragraph
The QTextStream paragraph that is removed referred to something that is incorrect. This was confirmed for Windows, Linux and Mac. Change-Id: Ibac8f82482f2060308b5b8485d6da228bdf52fe6 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/gui/itemviews/qtreeview.cpp')
-rw-r--r--src/gui/itemviews/qtreeview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/itemviews/qtreeview.cpp b/src/gui/itemviews/qtreeview.cpp
index 927721a..813787f 100644
--- a/src/gui/itemviews/qtreeview.cpp
+++ b/src/gui/itemviews/qtreeview.cpp
@@ -83,7 +83,7 @@ QT_BEGIN_NAMESPACE
It is simple to construct a tree view displaying data from a
model. In the following example, the contents of a directory are
- supplied by a QDirModel and displayed as a tree:
+ supplied by a QFileSystemModel and displayed as a tree:
\snippet doc/src/snippets/shareddirmodel/main.cpp 3
\snippet doc/src/snippets/shareddirmodel/main.cpp 6