From c23c4470a791a11c41aab5cfcb62e96a35322a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 1 Jun 2025 11:42:00 +0200 Subject: [PATCH] Fixed missing Q_INTERFACES macro --- src/GUI/legendentryitem.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GUI/legendentryitem.h b/src/GUI/legendentryitem.h index 518b9223..9c45756d 100644 --- a/src/GUI/legendentryitem.h +++ b/src/GUI/legendentryitem.h @@ -1,12 +1,14 @@ #ifndef LEGENDENTRYITEM_H #define LEGENDENTRYITEM_H +#include #include #include class LegendEntryItem : public QObject, public QGraphicsItem { Q_OBJECT + Q_INTERFACES(QGraphicsItem) public: LegendEntryItem(const QColor &color, const QString &text,