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 <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-01-18 14:34:00 -02:00 committed by Dirk Hohndel
parent f5726ffa9d
commit 5a1be7620b
2 changed files with 8 additions and 0 deletions

View file

@ -133,6 +133,8 @@ public
slots:
void selfRemove();
void changeGas();
private:
QTime t;
};
#include "ui_diveplanner.h"