From aa2e018609901cb5e7a8bb8f5174587fc422d0df Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 18 Jan 2011 12:48:50 +0100 Subject: [PATCH] Fix a QT warning --- src/robomon/Robot.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/robomon/Robot.h b/src/robomon/Robot.h index 14198c7e..9d894139 100644 --- a/src/robomon/Robot.h +++ b/src/robomon/Robot.h @@ -20,6 +20,7 @@ class Robot : public QObject, public QGraphicsItem { Q_OBJECT + Q_INTERFACES(QGraphicsItem); public: Robot(const QString &aText, const QPen &pen = QPen(), const QBrush &brush = QBrush()); ~Robot(); -- 2.39.2