mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove unnecessary Q_INTERFACES declaration
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
aa78c5b0ec
commit
755ecf607a
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@
|
|||
class TankItem : public QObject, public QGraphicsRectItem
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(QGraphicsItem)
|
||||
|
||||
public:
|
||||
explicit TankItem(QObject *parent = 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue