diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-10-27 06:15:14 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-10-27 06:15:14 +0900 |
commit | 755ecf607a546cbaa24d80e0e990a460ef483052 (patch) | |
tree | 4889dd5886f5c07c64138f1d63d10f7f6850c17e /qt-ui | |
parent | aa78c5b0ec7f19ab43801ef9d7a2c6eda9255662 (diff) | |
download | subsurface-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.h | 1 |
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); |