diff options
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); |