diff options
Diffstat (limited to 'line.cpp')
| -rw-r--r-- | line.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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()); |
