Drop workaround for BUG 157659

Workaround for a Qt4.4RC1 redrawing bug is no longer needed.
CCBUG: 157659
REVIEW: 104300
This commit is contained in:
Martin Gräßlin 2012-03-16 10:46:51 +01:00
parent eb83686d56
commit 40970a32f1

View file

@ -496,9 +496,6 @@ KDE_EXPORT int kdemain(int argc, char * argv[])
if (KDE_signal(SIGHUP, KWin::sighandler) == SIG_IGN) if (KDE_signal(SIGHUP, KWin::sighandler) == SIG_IGN)
KDE_signal(SIGHUP, SIG_IGN); KDE_signal(SIGHUP, SIG_IGN);
// HACK: this is needed to work around a Qt4.4.0RC1 bug (#157659)
setenv("QT_SLOW_TOPLEVEL_RESIZE", "1", true);
// Disable the glib event loop integration, since it seems to be responsible // Disable the glib event loop integration, since it seems to be responsible
// for several bug reports about high CPU usage (bug #239963) // for several bug reports about high CPU usage (bug #239963)
setenv("QT_NO_GLIB", "1", true); setenv("QT_NO_GLIB", "1", true);