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 7f375f110..d7e3814a6 100644 --- a/qt-ui/profile/diveprofileitem.h +++ b/qt-ui/profile/diveprofileitem.h @@ -194,6 +194,7 @@ public: void setMeanDepth(int value); void setLine(qreal x1, qreal y1, qreal x2, qreal y2); void setAxis(DiveCartesianAxis *a); + void setModel(DivePlotDataModel *m); public slots: void axisLineChanged(); @@ -202,6 +203,7 @@ private: int meanDepth; DiveTextItem *leftText; DiveTextItem *rightText; + DivePlotDataModel *model; }; class InstantMeanDepthLine : public MeanDepthLine { |