CVS_SILENT
clenup, windowWrapperShowEvent seems to be a relict from pre-kwin3 times... showEvent() doesn't seem to be used either, perhaps it could be removed as well. svn path=/trunk/kdebase/kwin/; revision=354761
This commit is contained in:
parent
f1145f7bd8
commit
4b5de39c57
2 changed files with 0 additions and 8 deletions
|
@ -416,13 +416,6 @@ void PlastikClient::showEvent(QShowEvent *)
|
|||
widget()->update();
|
||||
}
|
||||
|
||||
|
||||
void PlastikClient::windowWrapperShowEvent(QShowEvent *)
|
||||
{
|
||||
doShape();
|
||||
widget()->update();
|
||||
}
|
||||
|
||||
void PlastikClient::mouseDoubleClickEvent(QMouseEvent *e)
|
||||
{
|
||||
if (titleSpacer_->geometry().contains(e->pos()))
|
||||
|
|
|
@ -58,7 +58,6 @@ protected:
|
|||
virtual void paintEvent(QPaintEvent *e);
|
||||
virtual void showEvent(QShowEvent *);
|
||||
virtual void mouseDoubleClickEvent(QMouseEvent *e);
|
||||
virtual void windowWrapperShowEvent(QShowEvent *);
|
||||
|
||||
virtual void maximizeChange();
|
||||
virtual void desktopChange();
|
||||
|
|
Loading…
Reference in a new issue