summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdir.cpp
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-10-17 14:18:42 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-18 10:26:39 +0200
commit0e341948ae6ab993f9d56f81809e71b8a9cc753d (patch)
treef9cb0a0d1bbc18c650c975e88eb2661a83acb6a6 /src/corelib/io/qdir.cpp
parent41b01096ccae8761bb5a0a761780ad48ce7e34ba (diff)
Remove stale documentation.
Change-Id: I85139e0334b648bee0d18129cef9387dcc6c3222 Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Diffstat (limited to 'src/corelib/io/qdir.cpp')
-rw-r--r--src/corelib/io/qdir.cpp29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/corelib/io/qdir.cpp b/src/corelib/io/qdir.cpp
index 68f015ff53..60a3d78fc4 100644
--- a/src/corelib/io/qdir.cpp
+++ b/src/corelib/io/qdir.cpp
@@ -1790,15 +1790,6 @@ QString QDir::currentPath()
}
/*!
- \fn QString QDir::currentDirPath()
- Returns the absolute path of the application's current directory.
-
- Use currentPath() instead.
-
- \sa currentPath(), setCurrent()
-*/
-
-/*!
\fn QDir QDir::home()
Returns the user's home directory.
@@ -1848,16 +1839,6 @@ QString QDir::homePath()
}
/*!
- \fn QString QDir::homeDirPath()
-
- Returns the absolute path of the user's home directory.
-
- Use homePath() instead.
-
- \sa homePath()
-*/
-
-/*!
\fn QDir QDir::temp()
Returns the system's temporary directory.
@@ -1913,16 +1894,6 @@ QString QDir::rootPath()
return QFileSystemEngine::rootPath();
}
-/*!
- \fn QString QDir::rootDirPath()
-
- Returns the absolute path of the root directory.
-
- Use rootPath() instead.
-
- \sa rootPath()
-*/
-
#ifndef QT_NO_REGEXP
/*!
\overload