let's see if better eventloop integr. makes it into Qt4.9, if any

https://bugreports.qt.nokia.com//browse/QTBUG-16934
This commit is contained in:
Luboš Luňák 2011-11-01 16:19:25 +01:00
parent 70c659f4da
commit 18a22145c6

View file

@ -57,7 +57,7 @@
#include <stdio.h> #include <stdio.h>
#if QT_VERSION >= QT_VERSION_CHECK( 4, 8, 1 ) #if QT_VERSION >= QT_VERSION_CHECK( 4, 9, 0 )
#define QT_UNIX_EVENT_LOOP_SUPPORT #define QT_UNIX_EVENT_LOOP_SUPPORT
#ifdef KDE_HAVE_GLIB #ifdef KDE_HAVE_GLIB
#define GLIB_EVENT_LOOP_SUPPORT #define GLIB_EVENT_LOOP_SUPPORT