summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/tab-widgets/maintab.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-08-27 20:07:38 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-08-31 07:48:23 -0700
commitb1fb578eb945c8add71f32dde1cdfc161c63d16c (patch)
treeacefd3179e25ed0947c3ea780fd71c86b45f7dc1 /desktop-widgets/tab-widgets/maintab.h
parent554a7aaba4ad1a65a68a7d3e6f8aeece548351b9 (diff)
downloadsubsurface-b1fb578eb945c8add71f32dde1cdfc161c63d16c.tar.gz
Filter: remove diveSiteAdded signal of MainTab
Signals can be useful. In this case, a simple function call does it. Thus, remove the signal. It can be readded later at an more appropriate place. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/tab-widgets/maintab.h')
-rw-r--r--desktop-widgets/tab-widgets/maintab.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/tab-widgets/maintab.h b/desktop-widgets/tab-widgets/maintab.h
index ec060081f..31e3d14b0 100644
--- a/desktop-widgets/tab-widgets/maintab.h
+++ b/desktop-widgets/tab-widgets/maintab.h
@@ -60,7 +60,6 @@ signals:
void addDiveFinished();
void dateTimeChanged();
void diveSiteChanged(struct dive_site * ds);
- void diveSiteAdded(const QString &);
public
slots:
void addCylinder_clicked();