Make the moving mean depth line work

It's a bit jumpy, but works.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-12-30 21:57:12 -02:00 committed by Dirk Hohndel
parent d6fddcaadc
commit b3e3947b79
3 changed files with 18 additions and 3 deletions

View file

@ -209,6 +209,8 @@ protected:
class InstantMeanDepthLine : public MeanDepthLine {
Q_OBJECT
public:
DiveCartesianAxis *hAxis;
DiveCartesianAxis *vAxis;
InstantMeanDepthLine();
public slots:
void mouseMoved(int time, int depth);