From c90bb659261ded691baad5be557c088fb787becf Mon Sep 17 00:00:00 2001 From: Nicholas Bennett Date: Tue, 28 Dec 2021 15:54:54 +0200 Subject: Docs: Add other Unix paths to the Linux table in QStandardPaths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added Unix to the title of the enum QStandardPaths::StandardLocation docs Linux paths table as this also aplies to Unix based OS's such as QNX. Fixes: QTBUG-63695 Pick-to: 6.2 6.3 Change-Id: I37b1bb6167984ccf7877baf2e6e764337121a947 Reviewed-by: Tommi Mänttäri Reviewed-by: Thiago Macieira --- src/corelib/io/qstandardpaths.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/io') diff --git a/src/corelib/io/qstandardpaths.cpp b/src/corelib/io/qstandardpaths.cpp index de14b44454..b76eafcb89 100644 --- a/src/corelib/io/qstandardpaths.cpp +++ b/src/corelib/io/qstandardpaths.cpp @@ -220,7 +220,7 @@ QT_BEGIN_NAMESPACE \endtable \table - \header \li Path type \li Linux + \header \li Path type \li Linux and other UNIX operating systems \row \li DesktopLocation \li "~/Desktop" \row \li DocumentsLocation -- cgit v1.2.3