summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2018-04-16 07:20:52 +1000
committerMorten Johan Sørvig <morten.sorvig@qt.io>2018-04-16 11:57:31 +0000
commitadec2671c3846ea2a58461118a398d40f5e51591 (patch)
tree9d8c84dcfa540a9a98d1ce7ac5e5f2048b0227c9 /src/corelib/kernel
parent1748aeb193688fe9ea3be542f1efce7affc92f11 (diff)
webassembly: remove additional processing
This was added to facilitate processing in qtqtuick opengl apps, but causes issues for non gl apps Change-Id: I81861c77abb3be6d13fd9ecffee28b11a2c32ecc Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r--src/corelib/kernel/qeventdispatcher_unix.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/corelib/kernel/qeventdispatcher_unix.cpp b/src/corelib/kernel/qeventdispatcher_unix.cpp
index ee23b8dbab..72b9419c04 100644
--- a/src/corelib/kernel/qeventdispatcher_unix.cpp
+++ b/src/corelib/kernel/qeventdispatcher_unix.cpp
@@ -51,6 +51,7 @@
#include <private/qcoreapplication_p.h>
#include <private/qcore_unix_p.h>
+
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
@@ -540,9 +541,6 @@ void QEventDispatcherUNIX::wakeUp()
{
Q_D(QEventDispatcherUNIX);
d->threadPipe.wakeUp();
-#ifdef Q_OS_HTML5
- processEvents();
-#endif
}
void QEventDispatcherUNIX::interrupt()