summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/locationinformation.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-03-13 22:17:55 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-04-12 18:19:07 +0300
commit08d789b933a449f1356275348b8aacdb02942fd5 (patch)
tree5521cd58d5a01652f27b6ef66be7148a844ae678 /desktop-widgets/locationinformation.h
parentb5daa8a3d8ee02d966bf5e5bc85d700722cabb57 (diff)
downloadsubsurface-08d789b933a449f1356275348b8aacdb02942fd5.tar.gz
Dive site: remove LocationInformation::nameChanged signal
This signal was used by the old filter and the last user was removed in e0f473fcb49c8121a0a9c52bf0536049b0f342ed. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/locationinformation.h')
-rw-r--r--desktop-widgets/locationinformation.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/locationinformation.h b/desktop-widgets/locationinformation.h
index 3b297c741..9697b4986 100644
--- a/desktop-widgets/locationinformation.h
+++ b/desktop-widgets/locationinformation.h
@@ -42,7 +42,6 @@ private slots:
void diveSiteChanged(struct dive_site *ds, int field);
signals:
void endEditDiveSite();
- void nameChanged(const QString &oldName, const QString &newName);
private:
void clearLabels();