summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/locationinformation.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-03-14 22:48:03 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-04-12 18:19:07 +0300
commit0b851d723e1b57fd2065c268977e023cfb364066 (patch)
tree332265f1cb2fcc9adeab29936ad50ebb9cecaaa5 /desktop-widgets/locationinformation.h
parentfa4fedbb488eacff72d5d8691b4da8b34634a71e (diff)
downloadsubsurface-0b851d723e1b57fd2065c268977e023cfb364066.tar.gz
Undo: update map when dive site location is changed by undo command
Simply hook into the appropriate signal. Thus, the "update dive site location" button can be removed. 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 dc77da9e6..efa770774 100644
--- a/desktop-widgets/locationinformation.h
+++ b/desktop-widgets/locationinformation.h
@@ -38,7 +38,6 @@ public slots:
void mergeSelectedDiveSites();
private slots:
void updateLabels();
- void updateLocationOnMap();
void diveSiteChanged(struct dive_site *ds, int field);
signals:
void endEditDiveSite();