summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2022-06-11 14:23:35 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-25 15:28:58 +0000
commitc7448d6359d4510ac2f5aca850bf62492d6cb300 (patch)
tree8729ff2690c53597f1b4c1751017e0585e35c749
parent8ad0ff9ae145ad9d0857f8f0a8edf1f1f6c9aac1 (diff)
QSettings: fix a typo in the doc
Change-Id: I059f603f3cc66a40e84179ac3f2a07de3bf31761 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit e35fc908fdb831e3aef9f539239662e434b1ef13) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/corelib/io/qsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qsettings.cpp b/src/corelib/io/qsettings.cpp
index aa4197bfef..60622e3aaa 100644
--- a/src/corelib/io/qsettings.cpp
+++ b/src/corelib/io/qsettings.cpp
@@ -2448,7 +2448,7 @@ void QConfFileSettingsPrivate::ensureSectionParsed(QConfFile *confFile,
\section2 Compatibility with older Qt versions
Please note that this behavior is different to how QSettings behaved
- in versions of Qt prior to Qt 6. INI files written with Qt 5 or earlier aree
+ in versions of Qt prior to Qt 6. INI files written with Qt 5 or earlier are
however fully readable by a Qt 6 based application (unless a ini codec
different from utf8 had been set). But INI files written with Qt 6
will only be readable by older Qt versions if you set the "iniCodec" to