mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-26 11:09:16 +02:00
Fixed missing Q_INTERFACES macro
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user