diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-04 09:34:08 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-04 09:34:08 -0700 |
commit | c92bb9e02171d884c50dd3f8b4e57d963c2e7935 (patch) | |
tree | 2cf4ea8e8cd7f0d424a34b9ff315ef1bf5708948 /qt-ui/diveplanner.h | |
parent | cbdf3ee0420eca86c3df3f9e6460ae10017f4487 (diff) | |
download | subsurface-c92bb9e02171d884c50dd3f8b4e57d963c2e7935.tar.gz |
Planner: don't redo the plan after partial edits of GFlow/high
In most cases this wouldn't really matter, but when planning very deep or
very long dive with corresponding very long deco times, calculating the
deco takes long enough to make this notable.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index fabf2e683..e513eff6e 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -84,6 +84,7 @@ slots: void deleteTemporaryPlan(); void loadFromDive(dive *d); void restoreBackupDive(); + void emitDataChanged(); signals: void planCreated(); |