From 9b35f22b58bfdf0e88dfc5baa4387968a81c169a Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 27 Oct 2020 12:47:22 +0100 Subject: [PATCH] Doc: Remove mentioning of old macos versions from QSettings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The specific mentioning of macOS 10.2, 10.3 goes back to Qt 4 times. Anyhow, both versions aren't supported anymore, and the logic in qsettings_mac.cpp is the same for all versions. Pick-to: 5.15 Change-Id: Ibac503cb7c8563dec8560cc41c471c1db0f20566 Reviewed-by: Tor Arne Vestbø --- src/corelib/io/qsettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/io/qsettings.cpp b/src/corelib/io/qsettings.cpp index a2888e0953..ac8f54155d 100644 --- a/src/corelib/io/qsettings.cpp +++ b/src/corelib/io/qsettings.cpp @@ -2171,7 +2171,7 @@ void QConfFileSettingsPrivate::ensureSectionParsed(QConfFile *confFile, \endlist \note If XDG_CONFIG_DIRS is unset, the default value of \c{/etc/xdg} is used. - On \macos versions 10.2 and 10.3, these files are used by + On \macos and iOS, if the file format is NativeFormat, these files are used by default: \list 1