Remove unnecessary Q_INTERFACES declaration

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-10-27 06:15:14 +09:00
parent aa78c5b0ec
commit 755ecf607a

View file

@ -11,7 +11,6 @@
class TankItem : public QObject, public QGraphicsRectItem
{
Q_OBJECT
Q_INTERFACES(QGraphicsItem)
public:
explicit TankItem(QObject *parent = 0);