summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorGeir Vattekar <geir.vattekar@nokia.com>2010-11-26 07:41:37 (GMT)
committerGeir Vattekar <geir.vattekar@nokia.com>2010-11-26 07:41:37 (GMT)
commit3fe96820ea6830cb76793602f9f51fb961e70976 (patch)
treec3057e439f7a14a3893a81e9c72f058a17a0fdb5 /src/corelib
parent42cb23ebf64b0b108f9581a4516e42c3a0f1b069 (diff)
downloadQt-3fe96820ea6830cb76793602f9f51fb961e70976.zip
Qt-3fe96820ea6830cb76793602f9f51fb961e70976.tar.gz
Qt-3fe96820ea6830cb76793602f9f51fb961e70976.tar.bz2
Doc: Removed two warnings from QDirIterator docs
Task-number: QTBUG-15492
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/io/qdiriterator.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/corelib/io/qdiriterator.cpp b/src/corelib/io/qdiriterator.cpp
index fd4b9c1..dbb333f 100644
--- a/src/corelib/io/qdiriterator.cpp
+++ b/src/corelib/io/qdiriterator.cpp
@@ -389,9 +389,6 @@ QDirIterator::QDirIterator(const QDir &dir, IteratorFlags flags)
\note To list symlinks that point to non existing files, QDir::System must be
passed to the flags.
- \warning This constructor expects \a flags to be left at its default value. Use
- the constructors that do not take the \a filters argument instead.
-
\sa hasNext(), next(), IteratorFlags
*/
QDirIterator::QDirIterator(const QString &path, QDir::Filters filters, IteratorFlags flags)
@@ -429,9 +426,6 @@ QDirIterator::QDirIterator(const QString &path, IteratorFlags flags)
\note To list symlinks that point to non existing files, QDir::System must be
passed to the flags.
- \warning This constructor expects \c flags to be left at its default value. Use the
- constructors that do not take the \a filters argument instead.
-
\sa hasNext(), next(), IteratorFlags
*/
QDirIterator::QDirIterator(const QString &path, const QStringList &nameFilters,