diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-10-20 17:36:24 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-10-20 17:40:11 -0700 |
commit | 71d21c375c404cd675e408689c79e9d58d315ccc (patch) | |
tree | ac4a160bc1f4861daf9bb66acf5e19b718dfd717 /qt-ui/maintab.h | |
parent | e1db94ea0c049184d06393e59843812c684f57cd (diff) | |
download | subsurface-71d21c375c404cd675e408689c79e9d58d315ccc.tar.gz |
Recalculate the decompression if the date / time of a dive changes
The pre-existing tissue load going into a dive can change if the start
time of a dive changes. Therefore we need to recalculate the ceiling when
editing start time (or date) of a dive.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index 93bb1c949..47e57c2b0 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -53,6 +53,7 @@ public: signals: void addDiveFinished(); + void dateTimeChanged(); public slots: |