mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Desktop: display trip time on main-tab
On the main tab, the trip time was not shown when switching to a trip. Implement showing of the trip date in a function, as the undo-code will also have to update the trip date in certain circumstances. Fixes #2207 Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
826387a4b0
commit
344c85f499
3 changed files with 17 additions and 3 deletions
|
@ -52,7 +52,8 @@ slots:
|
|||
void updateDiveInfo();
|
||||
void updateNotes(const struct dive *d);
|
||||
void updateMode(struct dive *d);
|
||||
void updateDateTime(struct dive *d);
|
||||
void updateDateTime(const struct dive *d);
|
||||
void updateTripDate(const struct dive_trip *t);
|
||||
void updateDiveSite(struct dive *d);
|
||||
void acceptChanges();
|
||||
void rejectChanges();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue