Merge remote-tracking branch 'weblate/master'
[GPXSee.git] / src / GUI / heartrategraphitem.h
blob35d54641e5473490b01e53fda5fdf7ef68758b5c
1 #ifndef HEARTRATEGRAPHITEM_H
2 #define HEARTRATEGRAPHITEM_H
4 #include "graphitem.h"
6 class HeartRateGraphItem : public GraphItem
8 Q_OBJECT
10 public:
11 HeartRateGraphItem(const Graph &graph, GraphType type, int width,
12 const QColor &color, QGraphicsItem *parent = 0);
14 ToolTip info() const;
17 #endif // HEARTRATEGRAPHITEM_H