]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
Fix a QT warning
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 18 Jan 2011 11:48:50 +0000 (12:48 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 18 Jan 2011 11:48:50 +0000 (12:48 +0100)
src/robomon/Robot.h

index 14198c7e1690021f5deb30a42668622835de1548..9d89413915ab4259b180610fd0d90e362d1cb4e1 100644 (file)
@@ -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();