diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-03-12 23:51:39 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-04-12 18:19:07 +0300 |
commit | 0e1b0cf1da697851b0db4f8b860da8ac3a509d17 (patch) | |
tree | eea365971c6f509121efcd0277f352c6c88a1f31 /desktop-widgets/locationinformation.h | |
parent | 8e1f736d2b608784e1ea942ec8579d2361691c43 (diff) | |
download | subsurface-0e1b0cf1da697851b0db4f8b860da8ac3a509d17.tar.gz |
Undo: Implement undo of dive site name editing
Implement an undo command that edits the name of a dive site.
Connect it to the dive site table, so that names can be edited
directly in the table.
Send signals on undo / redo so that the dive site table and
the dive site edit widget can be updated.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/locationinformation.h')
-rw-r--r-- | desktop-widgets/locationinformation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/locationinformation.h b/desktop-widgets/locationinformation.h index c741f49f3..3b297c741 100644 --- a/desktop-widgets/locationinformation.h +++ b/desktop-widgets/locationinformation.h @@ -39,6 +39,7 @@ public slots: private slots: void updateLabels(); void updateLocationOnMap(); + void diveSiteChanged(struct dive_site *ds, int field); signals: void endEditDiveSite(); void nameChanged(const QString &oldName, const QString &newName); |