summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qsettings.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-07-05 08:32:25 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-07-05 08:32:25 (GMT)
commit42318a57e95a875b2168ca027679d9258fcc929b (patch)
tree88217a1a9df26fc0ec7f4af83607c727c9944b38 /src/corelib/io/qsettings.cpp
parent09f07b98dfdaec2e48749768b967a48e588d3f7f (diff)
parent739d4460d28d0ebcde4e5960f533c2a7554049f6 (diff)
downloadQt-42318a57e95a875b2168ca027679d9258fcc929b.zip
Qt-42318a57e95a875b2168ca027679d9258fcc929b.tar.gz
Qt-42318a57e95a875b2168ca027679d9258fcc929b.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'src/corelib/io/qsettings.cpp')
-rw-r--r--src/corelib/io/qsettings.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/io/qsettings.cpp b/src/corelib/io/qsettings.cpp
index 64015ce..f802412 100644
--- a/src/corelib/io/qsettings.cpp
+++ b/src/corelib/io/qsettings.cpp
@@ -2274,9 +2274,9 @@ void QConfFileSettingsPrivate::ensureSectionParsed(QConfFile *confFile,
be different instances of your application running at the same
time or different applications altogether) to read and write to
the same system locations. It uses advisory file locking and a
- smart merging algorithm to ensure data integrity. Changes
- performed by another process aren't visible in the current
- process until sync() is called.
+ smart merging algorithm to ensure data integrity. Note that sync()
+ imports changes made by other processes (in addition to writing
+ the changes from this QSettings).
\section1 Platform-Specific Notes