Doc: Adjust QDir::tempPath docu as recommended by Ossi.

Change-Id: I709d8ce8151f2bb480865067a3e80ed838b26e4a
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
David Faure 2014-02-10 14:16:16 +01:00 committed by The Qt Project
parent dc05fe7a5b
commit 1865104d9e

View File

@ -1945,7 +1945,8 @@ QString QDir::homePath()
variable or \c{/tmp} if \c TMPDIR is not defined. On Windows this is variable or \c{/tmp} if \c TMPDIR is not defined. On Windows this is
usually the path in the \c TEMP or \c TMP environment usually the path in the \c TEMP or \c TMP environment
variable. variable.
The path returned by this method doesn't end with a directory separator. The path returned by this method doesn't end with a directory separator
unless it is the root directory (of a drive).
\sa temp(), currentPath(), homePath(), rootPath() \sa temp(), currentPath(), homePath(), rootPath()
*/ */