diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-12-30 21:57:12 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-30 16:14:53 -0800 |
commit | b3e3947b79e91d76db1d9d14f6c3701dad53a224 (patch) | |
tree | 6c36d983b784dea15b2d1d27844911d92c101fec /qt-ui/profile/diveprofileitem.h | |
parent | d6fddcaadc6e912a94561483ae8a1297e12a5c3e (diff) | |
download | subsurface-b3e3947b79e91d76db1d9d14f6c3701dad53a224.tar.gz |
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>
Diffstat (limited to 'qt-ui/profile/diveprofileitem.h')
-rw-r--r-- | qt-ui/profile/diveprofileitem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/profile/diveprofileitem.h b/qt-ui/profile/diveprofileitem.h index 68a6debea..49631035b 100644 --- a/qt-ui/profile/diveprofileitem.h +++ b/qt-ui/profile/diveprofileitem.h @@ -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); |