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>
This commit is contained in:
Dirk Hohndel 2014-06-04 09:34:08 -07:00
parent cbdf3ee042
commit c92bb9e021
2 changed files with 8 additions and 2 deletions

View file

@ -84,6 +84,7 @@ slots:
void deleteTemporaryPlan();
void loadFromDive(dive *d);
void restoreBackupDive();
void emitDataChanged();
signals:
void planCreated();