summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfileinfo.cpp
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-07-19 14:42:08 +0200
committerQt by Nokia <qt-info@nokia.com>2011-07-21 08:54:07 +0200
commitff63d0f28c56af711b84967a5a4012f0359eb9e0 (patch)
tree931d7c2e10243ba7cd71ebab85d000e979f0daea /src/corelib/io/qfileinfo.cpp
parentf5c4cbb6d4b6e0a3431d95a63af9747e549ea6a8 (diff)
Doc: Removed documentation for deleted code.
Change-Id: Icdbc05decac3dfe3fc18ce073c494e1fce4ea347 Reviewed-on: http://codereview.qt.nokia.com/1824 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Boddie
Diffstat (limited to 'src/corelib/io/qfileinfo.cpp')
-rw-r--r--src/corelib/io/qfileinfo.cpp58
1 files changed, 0 insertions, 58 deletions
diff --git a/src/corelib/io/qfileinfo.cpp b/src/corelib/io/qfileinfo.cpp
index ee40c589a2..f54818e0a6 100644
--- a/src/corelib/io/qfileinfo.cpp
+++ b/src/corelib/io/qfileinfo.cpp
@@ -1319,64 +1319,6 @@ void QFileInfo::setCaching(bool enable)
}
/*!
- \fn QString QFileInfo::baseName(bool complete)
-
- Use completeBaseName() or the baseName() overload that takes no
- parameters instead.
-*/
-
-/*!
- \fn QString QFileInfo::extension(bool complete = true) const
-
- Use completeSuffix() or suffix() instead.
-*/
-
-/*!
- \fn QString QFileInfo::absFilePath() const
-
- Use absoluteFilePath() instead.
-*/
-
-/*!
- \fn QString QFileInfo::dirPath(bool absPath) const
-
- Use absolutePath() if the absolute path is wanted (\a absPath
- is true) or path() if it's not necessary (\a absPath is false).
-*/
-
-/*!
- \fn bool QFileInfo::convertToAbs()
-
- Use makeAbsolute() instead.
-*/
-
-/*!
- \enum QFileInfo::Permission
-
- \compat
-
- \value ReadOwner
- \value WriteOwner
- \value ExeOwner
- \value ReadUser
- \value WriteUser
- \value ExeUser
- \value ReadGroup
- \value WriteGroup
- \value ExeGroup
- \value ReadOther
- \value WriteOther
- \value ExeOther
-*/
-
-/*!
- \fn bool QFileInfo::permission(PermissionSpec permissions) const
- \compat
-
- Use permission() instead.
-*/
-
-/*!
\typedef QFileInfoList
\relates QFileInfo