QSettings/Doc: make the two WASM enumerators in Format visible
Amends 7a0de7fda2.
qsettings.cpp:2385: (qdoc) warning: No such enum item 'WebLocalStorageFormat' in QSettings::Format
qsettings.cpp:2385: (qdoc) warning: No such enum item 'WebIndexedDBFormat' in QSettings::Format
Change-Id: I2b24e1d3cad44897906efffd17805aadd3bd11dc
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
bb10
parent
d027b0c816
commit
e57ae31582
|
|
@ -54,7 +54,7 @@ public:
|
|||
Registry64Format,
|
||||
#endif
|
||||
|
||||
#if defined(Q_OS_WASM)
|
||||
#if defined(Q_OS_WASM) || defined(Q_QDOC)
|
||||
WebLocalStorageFormat,
|
||||
WebIndexedDBFormat,
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue