[Libreoffice-commits] .: vcl/unx

Lubos Lunak llunak at kemper.freedesktop.org
Mon Nov 1 06:03:24 PDT 2010


 vcl/unx/kde4/KDEXLib.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 1acb87ea88c27bd23f84490f5c5acaa9771e6e2f
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Mon Nov 1 12:14:27 2010 +0100

    using Qt4's Glib-based event loop should work now
    
    Qt commit http://qt.gitorious.org/qt/qt/merge_requests/2492 , should
    be in 4.8.

diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index c878b8d..75bccf0 100644
--- a/vcl/unx/kde4/KDEXLib.cxx
+++ b/vcl/unx/kde4/KDEXLib.cxx
@@ -59,11 +59,9 @@
 
 #ifdef KDE_HAVE_GLIB
 #if QT_VERSION >= QT_VERSION_CHECK( 4, 8, 0 )
-#if 0 // wait until fixed in Qt
 #define GLIB_EVENT_LOOP_SUPPORT
 #endif
 #endif
-#endif
 
 #ifdef GLIB_EVENT_LOOP_SUPPORT
 #include <glib-2.0/glib.h>


More information about the Libreoffice-commits mailing list