diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-03-29 17:48:08 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-04-12 18:19:07 +0300 |
commit | bfb6a55707ffe1ffc36fddf2c98b9d5f91721317 (patch) | |
tree | 2d7e9bb954308f584bb3cd5c056c8695ca2706e3 /desktop-widgets/tab-widgets/maintab.h | |
parent | 4a3ffeba05fb90a1c9c29d939599bf770db5f0ce (diff) | |
download | subsurface-bfb6a55707ffe1ffc36fddf2c98b9d5f91721317.tar.gz |
Undo: inform maintab if dive site changed
If a dive site was edited, the location field should be updated.
Do this by hooking into the diveSiteChanged signal of DiveListNotifier.
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, 1 insertions, 0 deletions
diff --git a/desktop-widgets/tab-widgets/maintab.h b/desktop-widgets/tab-widgets/maintab.h index 6ae263332..67657fe8d 100644 --- a/desktop-widgets/tab-widgets/maintab.h +++ b/desktop-widgets/tab-widgets/maintab.h @@ -59,6 +59,7 @@ signals: public slots: void divesChanged(dive_trip *trip, const QVector<dive *> &dives, DiveField field); + void diveSiteEdited(dive_site *ds, int field); void tripChanged(dive_trip *trip, TripField field); void addCylinder_clicked(); void addWeight_clicked(); |