From 5a1be7620b4786d3522496e839bbdce5794f8ef9 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Sun, 18 Jan 2015 14:34:00 -0200 Subject: Only update the "add dive profile / plan dive" 20x/s We were updating the dive quite a lot of times, we really didn't need to. This will help, but not fix, the issues with plan / add dive. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-ui/diveplanner.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qt-ui/diveplanner.h') diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index e6ae8e8b5..4093bacd1 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -133,6 +133,8 @@ public slots: void selfRemove(); void changeGas(); +private: + QTime t; }; #include "ui_diveplanner.h" -- cgit v1.2.3-70-g09d2