QSettings Windows documentation does not match behavior
QSettings under windows adds "OrganizationDefaults" to the registry key path when using QSettings::SystemScope. Change platform notes section to document this behavior. Task-number: QTBUG-27452 Change-Id: I4d00b2da0825efdb360336e4f82080b6b29a54f1 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
b742dbdc3f
commit
ee2e497f1c
|
|
@ -2296,7 +2296,7 @@ void QConfFileSettingsPrivate::ensureSectionParsed(QConfFile *confFile,
|
|||
|
||||
\list 1
|
||||
\li \c{HKEY_CURRENT_USER\Software\MySoft\Star Runner}
|
||||
\li \c{HKEY_CURRENT_USER\Software\MySoft}
|
||||
\li \c{HKEY_CURRENT_USER\Software\MySoft\OrganizationDefaults}
|
||||
\li \c{HKEY_LOCAL_MACHINE\Software\MySoft\Star Runner}
|
||||
\li \c{HKEY_LOCAL_MACHINE\Software\MySoft}
|
||||
\endlist
|
||||
|
|
|
|||
Loading…
Reference in New Issue