From 7e22af4bfdfd736e624321924eaae0e0d36940c7 Mon Sep 17 00:00:00 2001 From: Lorn Potter Date: Tue, 8 May 2018 10:41:46 +1000 Subject: 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 --- src/quick/scenegraph/qsgrenderloop.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/quick/scenegraph') 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) -- cgit v1.2.3