summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
authorMorten Johan Sorvig <morten.sorvig@nokia.com>2011-06-22 11:33:17 +0200
committerMorten Johan Sorvig <morten.sorvig@nokia.com>2011-06-22 11:37:42 +0200
commitf1975cfc53412c8ce82df5d857b0d435db53cec8 (patch)
tree67d2ef1babc0c88906e307871ae1e5761194e2c8 /src/gui/kernel
parent407a6fe79824b722dbc1224a1be29d26b8fdb729 (diff)
Make xcb work again after event dispatcher changes.
The platform plugin/event dispatcher creation order has now been reversed and the event dispatcher cannot be accessed during plugin construciton.
Diffstat (limited to 'src/gui/kernel')
-rw-r--r--src/gui/kernel/qguiapplication.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qguiapplication.cpp b/src/gui/kernel/qguiapplication.cpp
index e3a2b5877d..00c38ea095 100644
--- a/src/gui/kernel/qguiapplication.cpp
+++ b/src/gui/kernel/qguiapplication.cpp
@@ -287,7 +287,6 @@ void QGuiApplicationPrivate::createEventDispatcher()
void QGuiApplicationPrivate::init()
{
- qDebug() << "QGuiApplicationPrivate::init";
QList<QByteArray> pluginList;
// Get command line params