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
Thiago Macieira 2023-08-30 20:39:22 -07:00 committed by Morten Sørvig
parent d027b0c816
commit e57ae31582
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public:
Registry64Format,
#endif
#if defined(Q_OS_WASM)
#if defined(Q_OS_WASM) || defined(Q_QDOC)
WebLocalStorageFormat,
WebIndexedDBFormat,
#endif