mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
ff49cb1929
commit
74cb7d6b2a
2 changed files with 0 additions and 6 deletions
|
@ -215,8 +215,3 @@ void ProfileWidget2::fixBackgroundPos()
|
|||
bg->setPixmap(p);
|
||||
bg->setX(mapToScene(x, 0).x());
|
||||
}
|
||||
|
||||
void ProfileWidget2::showEvent(QShowEvent* event)
|
||||
{
|
||||
|
||||
}
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue