summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMorten Sørvig <morten.sorvig@qt.io>2024-02-26 15:37:34 +0100
committerMorten Johan Sørvig <morten.sorvig@qt.io>2024-03-05 10:36:35 +0000
commit94f523778736d687c796e83f27dc36e41fc48fc7 (patch)
treedfe16fa2394225f47c870ec7478c8e163134ad8e /doc
parent0891f9c39de5a6d6b09a3517356d0361499ceb06 (diff)
wasm: remove outdated QSettings note
QSettings now uses Window.localStorage, and is synchronous like on other platforms. Change-Id: Icfb3fbcffdb2a6baf42c7fcc543aaab3ee3fea6d Reviewed-by: Markus Goetz (Woboq GmbH) <markus@woboq.com> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/platforms/wasm.qdoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/src/platforms/wasm.qdoc b/doc/src/platforms/wasm.qdoc
index 6931f4549..1b46e6f66 100644
--- a/doc/src/platforms/wasm.qdoc
+++ b/doc/src/platforms/wasm.qdoc
@@ -605,8 +605,6 @@ that QFile can be used, and will read and write files to memory by default. Qt
provides other API as well:
\list
-\li QSettings has an IndexedDB-based backend; Note that QSettings is
-asynchronous on WebAssembly.
\li \l {https://doc.qt.io/qt-5/qfiledialog.html#getOpenFileContent}{QFileDialog::getOpenFileContent() }
opens a native file dialog where the user can pick a file
\li \l {https://doc.qt.io/qt-5/qfiledialog.html#saveFileContent}{QFileDialog::saveFileContent()}