PointProbe and point movement
This commit is contained in:
parent
4ae8031e88
commit
4148d42bfb
4 changed files with 71 additions and 13 deletions
2
line.cpp
2
line.cpp
|
|
@ -24,7 +24,7 @@ const QPoint &Line::getStart()
|
|||
|
||||
const QPoint &Line::getEnd()
|
||||
{
|
||||
return start;
|
||||
return end;
|
||||
}
|
||||
|
||||
QString Line::getColor()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue