Get rid of the focusEnsurance hack that was trying to work around
a hack in Qt that was trying to work around something that Qt-2.2.4 changelog claims to be Xlib bug and that's no longer in Qt anyway. Fixes #24087. svn path=/trunk/kdebase/kwin/; revision=220339
This commit is contained in:
parent
3c140ee8d7
commit
b1658f3efe
1 changed files with 1 additions and 2 deletions
|
@ -340,7 +340,6 @@ private slots:
|
|||
void sendToDesktop( int );
|
||||
void clientPopupActivated( int );
|
||||
void configureWM();
|
||||
void focusEnsurance();
|
||||
|
||||
protected:
|
||||
bool keyPress( XKeyEvent& ev );
|
||||
|
@ -484,7 +483,7 @@ private:
|
|||
// Timer to collect requests for 'reconfigure'
|
||||
QTimer reconfigureTimer;
|
||||
|
||||
QTimer focusEnsuranceTimer;
|
||||
QTimer focusEnsuranceTimer; // unused
|
||||
|
||||
WorkspacePrivate* d;
|
||||
static Workspace *_self;
|
||||
|
|
Loading…
Reference in a new issue