summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qsettings_wasm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* wasm: add platform qsettingsLorn Potter2020-02-181-0/+259
Since the backend is async, the settings will not be ready to read/write instantly as on other platforms, but only be ready after the filesystem has been synced to the sandbox. This takes at least 250 to 500 ms. The QSettings status() or isWritable() can be used to discern when the settings are ready for use. This also fixes a crash in threaded wasm Task-number: QTBUG-70002 Change-Id: I080bdb940aa8e9a126d7358b524f32477db151b6 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>