From 509d081a05f6e13e542bb96e93c7b71eadbbe8e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 20 Apr 2010 07:15:52 +0000 Subject: [PATCH] Reverted last change git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9052 383ad7c9-94d9-4d36-a494-682f7c89f535 --- scene/arrow.hh | 1 - scene/connectionPoint.hh | 1 - scene/elementArea.hh | 1 - scene/text.hh | 1 - scene/trash.hh | 1 - scene/zoomButton.hh | 1 - 6 files changed, 6 deletions(-) diff --git a/scene/arrow.hh b/scene/arrow.hh index d861060..bd1c5cc 100644 --- a/scene/arrow.hh +++ b/scene/arrow.hh @@ -50,7 +50,6 @@ class GraphicsScene; class Arrow : public QObject, public QGraphicsPixmapItem, public QGraphicsLayoutItem { Q_OBJECT - Q_INTERFACES(QGraphicsLayoutItem) public: diff --git a/scene/connectionPoint.hh b/scene/connectionPoint.hh index c76c2e7..64d8136 100644 --- a/scene/connectionPoint.hh +++ b/scene/connectionPoint.hh @@ -55,7 +55,6 @@ class ElementInOut; class ConnectionPoint : public QObject, public QGraphicsEllipseItem, public QGraphicsLayoutItem { Q_OBJECT - Q_INTERFACES(QGraphicsLayoutItem) public: diff --git a/scene/elementArea.hh b/scene/elementArea.hh index 19fa38d..a1a3c37 100644 --- a/scene/elementArea.hh +++ b/scene/elementArea.hh @@ -50,7 +50,6 @@ class SceneElement; class ElementArea : public QObject, public QGraphicsItem { Q_OBJECT - Q_INTERFACES(QGraphicsItem) public: diff --git a/scene/text.hh b/scene/text.hh index 9362ddd..081a6a9 100644 --- a/scene/text.hh +++ b/scene/text.hh @@ -55,7 +55,6 @@ class GraphicsScene; class Text : public QObject, public QGraphicsSimpleTextItem, public QGraphicsLayoutItem { Q_OBJECT - Q_INTERFACES(QGraphicsLayoutItem) public: diff --git a/scene/trash.hh b/scene/trash.hh index 73de564..648b149 100644 --- a/scene/trash.hh +++ b/scene/trash.hh @@ -51,7 +51,6 @@ class GraphicsScene; class Trash : public QObject, public QGraphicsPixmapItem, public QGraphicsLayoutItem { Q_OBJECT - Q_INTERFACES(QGraphicsLayoutItem) public: diff --git a/scene/zoomButton.hh b/scene/zoomButton.hh index d0173cb..7f94e2a 100644 --- a/scene/zoomButton.hh +++ b/scene/zoomButton.hh @@ -48,7 +48,6 @@ class GraphicsScene; class ZoomButton : public QObject, public QGraphicsPixmapItem, public QGraphicsLayoutItem { Q_OBJECT - Q_INTERFACES(QGraphicsLayoutItem) public: -- GitLab