summaryrefslogtreecommitdiffstats
path: root/qt-ui
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-10-27 06:15:14 +0900
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-10-27 06:15:14 +0900
commit755ecf607a546cbaa24d80e0e990a460ef483052 (patch)
tree4889dd5886f5c07c64138f1d63d10f7f6850c17e /qt-ui
parentaa78c5b0ec7f19ab43801ef9d7a2c6eda9255662 (diff)
downloadsubsurface-755ecf607a546cbaa24d80e0e990a460ef483052.tar.gz
Remove unnecessary Q_INTERFACES declaration
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r--qt-ui/profile/tankitem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/profile/tankitem.h b/qt-ui/profile/tankitem.h
index 2ea8e0e57..fd685fc82 100644
--- a/qt-ui/profile/tankitem.h
+++ b/qt-ui/profile/tankitem.h
@@ -11,7 +11,6 @@
class TankItem : public QObject, public QGraphicsRectItem
{
Q_OBJECT
- Q_INTERFACES(QGraphicsItem)
public:
explicit TankItem(QObject *parent = 0);