major api and quality of life changes
This commit is contained in:
parent
4148d42bfb
commit
67e63561c4
7 changed files with 113 additions and 24 deletions
4
line.cpp
4
line.cpp
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue