diff options
Diffstat (limited to 'qt-ui/profile/diveeventitem.h')
-rw-r--r-- | qt-ui/profile/diveeventitem.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-ui/profile/diveeventitem.h b/qt-ui/profile/diveeventitem.h index cd55f5678..f43fee01f 100644 --- a/qt-ui/profile/diveeventitem.h +++ b/qt-ui/profile/diveeventitem.h @@ -16,9 +16,10 @@ public: void setVerticalAxis(DiveCartesianAxis *axis); void setHorizontalAxis(DiveCartesianAxis *axis); void setModel(DivePlotDataModel *model); +public slots: + void recalculatePos(bool instant = false); private: void setupToolTipString(); - void recalculatePos(); void setupPixmap(); DiveCartesianAxis *vAxis; DiveCartesianAxis *hAxis; |