From 0479379d2463ff44c54e774d41746fb1500cf481 Mon Sep 17 00:00:00 2001 From: Andre Hartmann Date: Tue, 9 Oct 2018 21:59:59 +0200 Subject: [PATCH] Fix docs for QStandardPaths::DesktopLocation Was broken by 1afe110b8fe6da51ec23736fa3a105013255f904 Change-Id: I63e000c663d227f8527ad5162c7662c5c011cf72 Reviewed-by: Thiago Macieira --- src/corelib/io/qstandardpaths.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/corelib/io/qstandardpaths.cpp b/src/corelib/io/qstandardpaths.cpp index b3a5bd797a..dbf650d5f6 100644 --- a/src/corelib/io/qstandardpaths.cpp +++ b/src/corelib/io/qstandardpaths.cpp @@ -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.