diff options
author | Samuel Rødal <samuel.rodal@nokia.com> | 2011-04-07 14:25:02 (GMT) |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2011-04-07 14:26:59 (GMT) |
commit | c238398e8e120c870c7581dc3a415c5d8d910e88 (patch) | |
tree | 8ff6c62ce84ba6307c9678f6b1b53f8f83be9c3f /src/gui/kernel/qapplication_qpa.cpp | |
parent | 2149763b7293be2360beb3ec1fe9117c508eedd1 (diff) | |
download | Qt-c238398e8e120c870c7581dc3a415c5d8d910e88.zip Qt-c238398e8e120c870c7581dc3a415c5d8d910e88.tar.gz Qt-c238398e8e120c870c7581dc3a415c5d8d910e88.tar.bz2 |
Made wayland plugin single-threaded, yay :)
Not calling QApplication::processEvents() in qt_init any more, and not
using a write socket notifier to send data over the wayland protocol.
Diffstat (limited to 'src/gui/kernel/qapplication_qpa.cpp')
-rw-r--r-- | src/gui/kernel/qapplication_qpa.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/kernel/qapplication_qpa.cpp b/src/gui/kernel/qapplication_qpa.cpp index b1f26fd..1d4400a 100644 --- a/src/gui/kernel/qapplication_qpa.cpp +++ b/src/gui/kernel/qapplication_qpa.cpp @@ -564,8 +564,6 @@ void qt_init(QApplicationPrivate *priv, int type) init_platform(QLatin1String(platformName), platformPluginPath); init_plugins(pluginList); - QApplication::processEvents(); - QColormap::initialize(); QFont::initialize(); #ifndef QT_NO_CURSOR |