aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2018-05-08 10:41:46 +1000
committerLorn Potter <lorn.potter@gmail.com>2018-05-14 08:22:47 +0000
commit7e22af4bfdfd736e624321924eaae0e0d36940c7 (patch)
treeb4f46f0ee995b2751022c4ddedb2822e106214c0 /src/quick/scenegraph
parent809d305f938177cfb8488dc7fbfc28bc8eef9d20 (diff)
webassembly: fix for crash and assert on no thread and wasm builds
This change requires moveToThread change in qtbase Change-Id: Idf35af4b416f577dabb91f749929dbfe5c88a0f0 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/quick/scenegraph')
-rw-r--r--src/quick/scenegraph/qsgrenderloop.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/quick/scenegraph/qsgrenderloop.cpp b/src/quick/scenegraph/qsgrenderloop.cpp
index 3cdf851a8f..c126bcee0a 100644
--- a/src/quick/scenegraph/qsgrenderloop.cpp
+++ b/src/quick/scenegraph/qsgrenderloop.cpp
@@ -474,9 +474,6 @@ void QSGGuiThreadRenderLoop::renderWindow(QQuickWindow *window)
// Might have been set during syncSceneGraph()
if (data.updatePending)
maybeUpdate(window);
-#ifdef Q_OS_HTML5
- QCoreApplication::processEvents(QEventLoop::EventLoopExec);
-#endif
}
void QSGGuiThreadRenderLoop::exposureChanged(QQuickWindow *window)