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