diff options
Diffstat (limited to 'qt-ui/profile/diveprofileitem.h')
-rw-r--r-- | qt-ui/profile/diveprofileitem.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/qt-ui/profile/diveprofileitem.h b/qt-ui/profile/diveprofileitem.h index 1bdf4b368..7f375f110 100644 --- a/qt-ui/profile/diveprofileitem.h +++ b/qt-ui/profile/diveprofileitem.h @@ -204,6 +204,14 @@ private: DiveTextItem *rightText; }; +class InstantMeanDepthLine : public MeanDepthLine { + Q_OBJECT +public: + InstantMeanDepthLine(); +public slots: + void mouseMoved(int time, int depth); +}; + class PartialPressureGasItem : public AbstractProfilePolygonItem { Q_OBJECT public: |