summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdir.cpp
diff options
context:
space:
mode:
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