From 2778d2d6c0821a7a1622ca4312416739525781be Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Sun, 17 May 2015 19:19:38 +0200 Subject: Add different shapes for drawing --- line.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'line.cpp') diff --git a/line.cpp b/line.cpp index aa29d43..d569c0c 100644 --- a/line.cpp +++ b/line.cpp @@ -6,12 +6,6 @@ Line::Line() m_selected = true; } -Line::Line(const Line &other) - :QLine(other) -{ - m_selected = other.m_selected; -} - bool Line::isHit(const QPoint &clickPoint) { QVector3D a(p2() - p1()); -- cgit v1.2.3-70-g09d2