summaryrefslogtreecommitdiffstats
path: root/qt-models/diveplannermodel.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2017-08-29 11:41:30 +0200
committerGravatar Robert C. Helling <helling@atdotde.de>2017-11-25 20:13:01 +0100
commita9ceecc2e3646432d6688d04b592c48f9c63ae65 (patch)
treeb568677f20ab7be870f5e0ada75fc6e5cb11fe51 /qt-models/diveplannermodel.h
parentbe6b50fce403ab6fd7d9b99167f57e4aa31d2a77 (diff)
downloadsubsurface-a9ceecc2e3646432d6688d04b592c48f9c63ae65.tar.gz
Run variations calculation in background
but there are still side effects and thus it crashes. Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'qt-models/diveplannermodel.h')
-rw-r--r--qt-models/diveplannermodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/diveplannermodel.h b/qt-models/diveplannermodel.h
index ba9db5e19..a4fe35a65 100644
--- a/qt-models/diveplannermodel.h
+++ b/qt-models/diveplannermodel.h
@@ -123,6 +123,7 @@ private:
QDateTime startTime;
int tempGFHigh;
int tempGFLow;
+ int instanceCounter = 0;
};
#endif