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:
parent
eb83686d56
commit
40970a32f1
1 changed files with 0 additions and 3 deletions
3
main.cpp
3
main.cpp
|
@ -496,9 +496,6 @@ KDE_EXPORT int kdemain(int argc, char * argv[])
|
|||
if (KDE_signal(SIGHUP, KWin::sighandler) == 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
|
||||
// for several bug reports about high CPU usage (bug #239963)
|
||||
setenv("QT_NO_GLIB", "1", true);
|
||||
|
|
Loading…
Reference in a new issue