mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-18 11:52:08 +01:00
Added missing Q_OBJECT macro
This commit is contained in:
parent
d3fbbecb2d
commit
7ab13ec8e5
@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
class CadenceGraphItem : public GraphItem
|
class CadenceGraphItem : public GraphItem
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
CadenceGraphItem(const Graph &graph, QGraphicsItem *parent = 0);
|
CadenceGraphItem(const Graph &graph, QGraphicsItem *parent = 0);
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
class ElevationGraphItem : public GraphItem
|
class ElevationGraphItem : public GraphItem
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
ElevationGraphItem(const Graph &graph, QGraphicsItem *parent = 0);
|
ElevationGraphItem(const Graph &graph, QGraphicsItem *parent = 0);
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
class HeartRateGraphItem : public GraphItem
|
class HeartRateGraphItem : public GraphItem
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
HeartRateGraphItem(const Graph &graph, QGraphicsItem *parent = 0);
|
HeartRateGraphItem(const Graph &graph, QGraphicsItem *parent = 0);
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
class PowerGraphItem : public GraphItem
|
class PowerGraphItem : public GraphItem
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
PowerGraphItem(const Graph &graph, QGraphicsItem *parent = 0);
|
PowerGraphItem(const Graph &graph, QGraphicsItem *parent = 0);
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
class SpeedGraphItem : public GraphItem
|
class SpeedGraphItem : public GraphItem
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
SpeedGraphItem(const Graph &graph, qreal movingTime,
|
SpeedGraphItem(const Graph &graph, qreal movingTime,
|
||||||
QGraphicsItem *parent = 0);
|
QGraphicsItem *parent = 0);
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
class TemperatureGraphItem : public GraphItem
|
class TemperatureGraphItem : public GraphItem
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
TemperatureGraphItem(const Graph &graph, QGraphicsItem *parent = 0);
|
TemperatureGraphItem(const Graph &graph, QGraphicsItem *parent = 0);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user