diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-01-15 12:58:17 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-16 10:12:30 +0700 |
commit | 74cb7d6b2a666ccbaef5177ceeb40ac182a33a56 (patch) | |
tree | 2f61d12c9ca00105a10a65155dc3d024e60ab2be /qt-ui/profile/profilewidget2.h | |
parent | ff49cb192956ed1dcfe8571fa9e7e39690963c71 (diff) | |
download | subsurface-74cb7d6b2a666ccbaef5177ceeb40ac182a33a56.tar.gz |
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>
Diffstat (limited to 'qt-ui/profile/profilewidget2.h')
-rw-r--r-- | qt-ui/profile/profilewidget2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h index 0a5ec4855..eaad66f73 100644 --- a/qt-ui/profile/profilewidget2.h +++ b/qt-ui/profile/profilewidget2.h @@ -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(); |