From 6241dcb9a446ae39696377d886cd9d2ee0f77601 Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Wed, 12 Jan 2022 16:45:48 +0800 Subject: QStandardPath: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pick-to: 6.3 6.2 Change-Id: I12837ce614ea91a8a72191092dc8c835f74107cc Reviewed-by: MÃ¥rten Nordheim --- src/corelib/io/qstandardpaths.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/io/qstandardpaths.cpp') diff --git a/src/corelib/io/qstandardpaths.cpp b/src/corelib/io/qstandardpaths.cpp index e07cea451b..aa8192bb1c 100644 --- a/src/corelib/io/qstandardpaths.cpp +++ b/src/corelib/io/qstandardpaths.cpp @@ -215,7 +215,7 @@ QT_BEGIN_NAMESPACE \li "C:/Users//AppData/Local", "C:/ProgramData" \row \li DownloadLocation \li "~/Downloads" - \li "C:/Users//Documents" + \li "C:/Users//Downloads" \row \li GenericCacheLocation \li "~/Library/Caches", "/Library/Caches" \li "C:/Users//AppData/Local/cache" -- cgit v1.2.3