summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-07-17 08:47:50 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-07-17 08:55:10 (GMT)
commit57e3851401b1098ad760073cdbc5d215b791475a (patch)
tree95d7478314b65869f444598dff76bce4a2fbc0f6 /src
parent28c7798752b35d68eaa6f0dfe1cad91965f90729 (diff)
downloadQt-57e3851401b1098ad760073cdbc5d215b791475a.zip
Qt-57e3851401b1098ad760073cdbc5d215b791475a.tar.gz
Qt-57e3851401b1098ad760073cdbc5d215b791475a.tar.bz2
Enhanced QDirModel documentation
Reviewed-by: Volker Hilsheimer
Diffstat (limited to 'src')
-rw-r--r--src/gui/itemviews/qdirmodel.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/itemviews/qdirmodel.cpp b/src/gui/itemviews/qdirmodel.cpp
index d75aa6a..c3a080c 100644
--- a/src/gui/itemviews/qdirmodel.cpp
+++ b/src/gui/itemviews/qdirmodel.cpp
@@ -227,7 +227,10 @@ void QDirModelPrivate::invalidate()
\note QDirModel requires an instance of a GUI application.
- \sa nameFilters(), setFilter(), filter(), QListView, QTreeView,
+ \note The usage of QDirModel is not recommended anymore. The
+ QFileSystemModel class is a more performant alternative.
+
+ \sa nameFilters(), setFilter(), filter(), QListView, QTreeView, QFileSystemModel
{Dir View Example}, {Model Classes}
*/