Doc: Add a little more information about current dirs
Task-number: QTBUG-34300 Change-Id: Ib71d6ace77b525942ca40645299cdfd87b753d70 Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
This commit is contained in:
parent
49a3c87175
commit
6adfca1acb
@ -1863,9 +1863,12 @@ bool QDir::setCurrent(const QString &path)
|
||||
*/
|
||||
|
||||
/*!
|
||||
Returns the absolute path of the application's current directory.
|
||||
Returns the absolute path of the application's current directory. The
|
||||
current directory is the last directory set with QDir::setCurrent() or, if
|
||||
that was never called, the directory at which this application was started
|
||||
at by the parent process.
|
||||
|
||||
\sa current(), setCurrent(), homePath(), rootPath(), tempPath()
|
||||
\sa current(), setCurrent(), homePath(), rootPath(), tempPath(), QCoreApplication::applicationDirPath()
|
||||
*/
|
||||
QString QDir::currentPath()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user