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>
This commit is contained in:
Berthold Stoeger 2018-08-27 20:07:38 +02:00 committed by Dirk Hohndel
parent 554a7aaba4
commit b1fb578eb9
2 changed files with 1 additions and 3 deletions

View file

@ -60,7 +60,6 @@ signals:
void addDiveFinished();
void dateTimeChanged();
void diveSiteChanged(struct dive_site * ds);
void diveSiteAdded(const QString &);
public
slots:
void addCylinder_clicked();