QSettings Windows documentation does not match behavior
QSettings under windows adds "OrganizationDefaults" to the registry
key path when using QSettings::SystemScope.
commit ee2e497f1c
missed the change
to HKEY_LOCAL_MACHINE
Task-number: QTBUG-27452
Change-Id: I561f4e57b5beda0f9a511de067eb17fc23e3c856
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
ef1d18a55f
commit
9e4e76d2f8
@ -2298,7 +2298,7 @@ void QConfFileSettingsPrivate::ensureSectionParsed(QConfFile *confFile,
|
||||
\li \c{HKEY_CURRENT_USER\Software\MySoft\Star Runner}
|
||||
\li \c{HKEY_CURRENT_USER\Software\MySoft\OrganizationDefaults}
|
||||
\li \c{HKEY_LOCAL_MACHINE\Software\MySoft\Star Runner}
|
||||
\li \c{HKEY_LOCAL_MACHINE\Software\MySoft}
|
||||
\li \c{HKEY_LOCAL_MACHINE\Software\MySoft\OrganizationDefaults}
|
||||
\endlist
|
||||
|
||||
\note On Windows, for 32-bit programs running in WOW64 mode, settings are
|
||||
|
Loading…
Reference in New Issue
Block a user