summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews/qdirmodel.cpp
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2010-01-08 14:33:06 (GMT)
committerAlexis Menard <alexis.menard@nokia.com>2010-01-08 15:16:50 (GMT)
commit319b0262418d74cc416a7dd1f620b54ba45bad22 (patch)
treee4c8b7af34eb0ee8b2970ec54bfe5aea8f861bbd /src/gui/itemviews/qdirmodel.cpp
parent2e62227f950aac8205f2b67e4d7d046836b2c799 (diff)
downloadQt-319b0262418d74cc416a7dd1f620b54ba45bad22.zip
Qt-319b0262418d74cc416a7dd1f620b54ba45bad22.tar.gz
Qt-319b0262418d74cc416a7dd1f620b54ba45bad22.tar.bz2
Obsolete QDirModel and remove it from the doc.
QFileSystemModel provides the same features as QDirModel but in a efficient way so no need to keep QDirModel around. This commit mark as obsolete QDirModel. Examples has been ported to use QFileSystemModel instead. QCompleter also gain the support of QFileSystemModel to complete nicely a line edit. This commit also add a new signal in QFileSystemModel when the directory is loaded, i.e. the thread has finished to read the current dir. Task-number:QTBUG-3884 Reviewed-by:ogoffart Reviewed-by:gabi Reviewed-by:mbm
Diffstat (limited to 'src/gui/itemviews/qdirmodel.cpp')
-rw-r--r--src/gui/itemviews/qdirmodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/itemviews/qdirmodel.cpp b/src/gui/itemviews/qdirmodel.cpp
index 942cfd7..ddbe51c 100644
--- a/src/gui/itemviews/qdirmodel.cpp
+++ b/src/gui/itemviews/qdirmodel.cpp
@@ -185,12 +185,12 @@ void QDirModelPrivate::invalidate()
/*!
\class QDirModel
-
+ \obsolete
\brief The QDirModel class provides a data model for the local filesystem.
\ingroup model-view
- \note The usage of QDirModel is not recommended anymore. The
+ The usage of QDirModel is not recommended anymore. The
QFileSystemModel class is a more performant alternative.
This class provides access to the local filesystem, providing functions