Compile.
authorMorten Johan Sorvig <morten.sorvig@nokia.com>
Thu, 23 Jun 2011 09:15:13 +0000 (11:15 +0200)
committerMorten Johan Sorvig <morten.sorvig@nokia.com>
Thu, 23 Jun 2011 09:15:13 +0000 (11:15 +0200)
src/platformsupport/eventdispatchers/qeventdispatcher_glib.cpp

index a56e4c2..005c44a 100644 (file)
@@ -74,7 +74,7 @@ static gboolean userEventSourceCheck(GSource *source)
 static gboolean userEventSourceDispatch(GSource *s, GSourceFunc, gpointer)
 {
     GUserEventSource * source = reinterpret_cast<GUserEventSource *>(s);
-    QWindowSystemInterface::sendWindowSystemEvents(source->q, flags);
+    QWindowSystemInterface::sendWindowSystemEvents(source->q, QEventLoop::AllEvents);
     return true;
 }