From c2e2f01df42ee690c136c577b37bb307b4e9d64c Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Thu, 4 Jan 2018 16:21:10 +0100 Subject: fixed a couple of warnings --- src/gui/edgeitem.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gui/edgeitem.h') diff --git a/src/gui/edgeitem.h b/src/gui/edgeitem.h index b017265..3701372 100644 --- a/src/gui/edgeitem.h +++ b/src/gui/edgeitem.h @@ -19,8 +19,7 @@ class EdgeItem : public QGraphicsPathItem public: EdgeItem(Edge *edge); void readPos(); - void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, - QWidget *widget); + void paint(QPainter *painter, const QStyleOptionGraphicsItem *, QWidget *); QRectF boundingRect() const; QPainterPath shape() const; Edge *edge() const; -- cgit v1.2.3