1
0
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:
Martin Tůma 2025-06-01 11:42:00 +02:00
parent 73a60f5046
commit c23c4470a7

View File

@ -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,