Fix docs for QStandardPaths::DesktopLocation

Was broken by 1afe110b8f

Change-Id: I63e000c663d227f8527ad5162c7662c5c011cf72
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Andre Hartmann 2018-10-09 21:59:59 +02:00 committed by André Hartmann
parent 2935131511
commit 0479379d24
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,8 @@ QT_BEGIN_NAMESPACE
Data interchange with other users is out of the scope of QStandardPaths.
\value DesktopLocation Returns the user's desktop directory. This is a generic value.
On systems with no concept of a desktop.
On systems with no concept of a desktop, this is the same as
QStandardPaths::HomeLocation.
\value DocumentsLocation Returns the directory containing user document files.
This is a generic value. The returned path is never empty.
\value FontsLocation Returns the directory containing user's fonts. This is a generic value.