PointProbe and point movement

This commit is contained in:
Alexey 2025-06-27 19:21:50 +03:00
commit 4148d42bfb
4 changed files with 71 additions and 13 deletions

View file

@ -24,7 +24,7 @@ const QPoint &Line::getStart()
const QPoint &Line::getEnd()
{
return start;
return end;
}
QString Line::getColor()