major api and quality of life changes

This commit is contained in:
Alexey 2025-06-30 13:43:47 +03:00
commit 67e63561c4
7 changed files with 113 additions and 24 deletions

View file

@ -17,12 +17,12 @@ void Line::setColor(QString newColor)
color = newColor;
}
const QPoint &Line::getStart()
const QPoint &Line::getStart() const
{
return start;
}
const QPoint &Line::getEnd()
const QPoint &Line::getEnd() const
{
return end;
}