diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-08-27 20:07:38 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-08-31 07:48:23 -0700 |
commit | b1fb578eb945c8add71f32dde1cdfc161c63d16c (patch) | |
tree | acefd3179e25ed0947c3ea780fd71c86b45f7dc1 /desktop-widgets/tab-widgets/maintab.h | |
parent | 554a7aaba4ad1a65a68a7d3e6f8aeece548351b9 (diff) | |
download | subsurface-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.h | 1 |
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(); |