Aparrently there's no need for a showEvent here.

Just removed some code that I tougth to use, but it looks
like it's just a waste of lines.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-01-15 12:58:17 -02:00 committed by Dirk Hohndel
parent ff49cb1929
commit 74cb7d6b2a
2 changed files with 0 additions and 6 deletions

View file

@ -215,8 +215,3 @@ void ProfileWidget2::fixBackgroundPos()
bg->setPixmap(p);
bg->setX(mapToScene(x, 0).x());
}
void ProfileWidget2::showEvent(QShowEvent* event)
{
}

View file

@ -39,7 +39,6 @@ public slots: // Necessary to call from QAction's signals.
protected:
virtual void contextMenuEvent(QContextMenuEvent* event);
virtual void resizeEvent(QResizeEvent* event);
virtual void showEvent(QShowEvent* event);
signals:
void startProfileState();