src/corelib/io/qsettings.cpp
changeset 33 3e2da88830cd
parent 18 2f34d5167611
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
  2272 
  2272 
  2273     QSettings can safely be used from different processes (which can
  2273     QSettings can safely be used from different processes (which can
  2274     be different instances of your application running at the same
  2274     be different instances of your application running at the same
  2275     time or different applications altogether) to read and write to
  2275     time or different applications altogether) to read and write to
  2276     the same system locations. It uses advisory file locking and a
  2276     the same system locations. It uses advisory file locking and a
  2277     smart merging algorithm to ensure data integrity. Changes
  2277     smart merging algorithm to ensure data integrity. Note that sync()
  2278     performed by another process aren't visible in the current
  2278     imports changes made by other processes (in addition to writing
  2279     process until sync() is called.
  2279     the changes from this QSettings).
  2280 
  2280 
  2281     \section1 Platform-Specific Notes
  2281     \section1 Platform-Specific Notes
  2282 
  2282 
  2283     \section2 Locations Where Application Settings Are Stored
  2283     \section2 Locations Where Application Settings Are Stored
  2284 
  2284