summaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-04 09:34:08 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-04 09:34:08 -0700
commitc92bb9e02171d884c50dd3f8b4e57d963c2e7935 (patch)
tree2cf4ea8e8cd7f0d424a34b9ff315ef1bf5708948 /qt-ui/diveplanner.h
parentcbdf3ee0420eca86c3df3f9e6460ae10017f4487 (diff)
downloadsubsurface-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.h1
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();