mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-07 02:33:03 +02:00
Fixed missing Q_INTERFACES macro
This commit is contained in:
parent
73a60f5046
commit
c23c4470a7
@ -1,12 +1,14 @@
|
|||||||
#ifndef LEGENDENTRYITEM_H
|
#ifndef LEGENDENTRYITEM_H
|
||||||
#define LEGENDENTRYITEM_H
|
#define LEGENDENTRYITEM_H
|
||||||
|
|
||||||
|
#include <QObject>
|
||||||
#include <QGraphicsItem>
|
#include <QGraphicsItem>
|
||||||
#include <QFont>
|
#include <QFont>
|
||||||
|
|
||||||
class LegendEntryItem : public QObject, public QGraphicsItem
|
class LegendEntryItem : public QObject, public QGraphicsItem
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
Q_INTERFACES(QGraphicsItem)
|
||||||
|
|
||||||
public:
|
public:
|
||||||
LegendEntryItem(const QColor &color, const QString &text,
|
LegendEntryItem(const QColor &color, const QString &text,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user