From 98237fe16c092c6bf4b6b8026d5cbfda7b718997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Thu, 6 Jan 2022 09:19:43 +0100 Subject: [PATCH] Doc: Mark QSP::PublicShare, Templates for 6.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The commit missed the 6.3 branching / feature freeze. Task-number: QTBUG-86106 Task-number: QTBUG-78092 Change-Id: I1d6b1efe0d482b6fc1ff3cfbbb440856b8cf1856 Reviewed-by: Tor Arne Vestbø --- src/corelib/io/qstandardpaths.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/io/qstandardpaths.cpp b/src/corelib/io/qstandardpaths.cpp index aa8192bb1c..d207b34510 100644 --- a/src/corelib/io/qstandardpaths.cpp +++ b/src/corelib/io/qstandardpaths.cpp @@ -156,11 +156,11 @@ QT_BEGIN_NAMESPACE \value PublicShareLocation Returns a directory location where user-specific publicly shared files and directories can be stored. This is a generic value. Note that the returned path may be empty if the system has no concept of a publicly shared location. - This enum value was added in Qt 6.3. + This enum value was added in Qt 6.4. \value TemplatesLocation Returns a directory location where user-specific template files can be stored. This is a generic value. Note that the returned path may be empty if the system has no concept of a templates location. - This enum value was added in Qt 6.3. + This enum value was added in Qt 6.4. The following table gives examples of paths on different operating systems. The first path is the writable path (unless noted). Other, additional