summaryrefslogtreecommitdiffstats
path: root/profile-widget/divepixmapitem.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-12-19 12:12:08 +0100
committerGravatar bstoeger <32835590+bstoeger@users.noreply.github.com>2020-12-19 20:19:51 +0100
commit636c932dfe202c44b6f8d13433dd8fef1c302277 (patch)
tree6f20317cdeb5b2938f1cecb6d9325214e16bfd62 /profile-widget/divepixmapitem.h
parent3c786e35c3ca614ab16141b3f0ad4a03a0bcba2b (diff)
downloadsubsurface-636c932dfe202c44b6f8d13433dd8fef1c302277.tar.gz
cleanup: remove CloseButtonItem::show() and hide() slots
These were only calling the corresponding functions in the base class. So just don't override them..? Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'profile-widget/divepixmapitem.h')
-rw-r--r--profile-widget/divepixmapitem.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/profile-widget/divepixmapitem.h b/profile-widget/divepixmapitem.h
index 38007995c..545ecb2ae 100644
--- a/profile-widget/divepixmapitem.h
+++ b/profile-widget/divepixmapitem.h
@@ -19,9 +19,6 @@ class CloseButtonItem : public DivePixmapItem {
Q_OBJECT
public:
CloseButtonItem(QGraphicsItem *parent = 0);
-public slots:
- void hide();
- void show();
private:
void mousePressEvent(QGraphicsSceneMouseEvent *event) override;
};