Commit 7a9ed4f2 authored by Peter Varga's avatar Peter Varga
Browse files

Fix crashes in QQuickWebEngineSettings


Remove QQuickWebEngineSettingsPrivate object's pointer from the global
setting list before the object is destructed.

Change-Id: I1cca6bf8aa2438903692d9e2ef863c8fc543adbd
Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
Showing with 1 addition and 0 deletions
......@@ -78,6 +78,7 @@ QQuickWebEngineSettings *QQuickWebEngineSettings::globalSettings()
QQuickWebEngineSettings::~QQuickWebEngineSettings()
{
allSettings->removeAll(this->d_func());
}
bool QQuickWebEngineSettings::autoLoadImages() const
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment