From 6d15ffe52d21965333fa00daf2afcaf89d5ec139 Mon Sep 17 00:00:00 2001 From: Vaclav Mares <maresva2@fit.cvut.cz> Date: Mon, 10 Apr 2017 23:22:01 +0200 Subject: [PATCH] Remove unused constructor --- agui2/graphics/graphicsbox.h | 1 - 1 file changed, 1 deletion(-) diff --git a/agui2/graphics/graphicsbox.h b/agui2/graphics/graphicsbox.h index 76a975e706..ba7c24c60a 100644 --- a/agui2/graphics/graphicsbox.h +++ b/agui2/graphics/graphicsbox.h @@ -20,7 +20,6 @@ class GraphicsBox : public QGraphicsObject Q_OBJECT public: GraphicsBox(QString text, qreal x = 0, qreal y = 0); - GraphicsBox(QGraphicsItem * parent): QGraphicsObject(parent) {} virtual ~GraphicsBox() {} void paint(QPainter *painter, const QStyleOptionGraphicsItem *options, QWidget *widget); void addOutput( GraphicsConnection* connection ); -- GitLab