summaryrefslogtreecommitdiffstats
path: root/line.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'line.cpp')
-rw-r--r--line.cpp6
1 files changed, 0 insertions, 6 deletions
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());