The new Registry{32,64}Format enum values did not make it into Qt 5.6
Change-Id: I85f17c1d149071b03357781bb4e973fc79ad658f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>bb10
parent
c3d8ab78b8
commit
1ca789bfe3
|
|
@ -2403,12 +2403,12 @@ void QConfFileSettingsPrivate::ensureSectionParsed(QConfFile *confFile,
|
|||
from a 64-bit application running on 64-bit Windows.
|
||||
On 32-bit Windows or from a 32-bit application on 64-bit Windows,
|
||||
this works the same as specifying NativeFormat.
|
||||
This enum value was added in Qt 5.6.
|
||||
This enum value was added in Qt 5.7.
|
||||
\value Registry64Format Windows only: Explicitly access the 64-bit system registry
|
||||
from a 32-bit application running on 64-bit Windows.
|
||||
On 32-bit Windows or from a 64-bit application on 64-bit Windows,
|
||||
this works the same as specifying NativeFormat.
|
||||
This enum value was added in Qt 5.6.
|
||||
This enum value was added in Qt 5.7.
|
||||
\value IniFormat Store the settings in INI files.
|
||||
\value InvalidFormat Special value returned by registerFormat().
|
||||
\omitvalue CustomFormat1
|
||||
|
|
|
|||
Loading…
Reference in New Issue