Simple warnings
This commit is contained in:
parent
6b2dacb28f
commit
ba80b6b861
4 changed files with 94 additions and 1 deletions
5
line.cpp
5
line.cpp
|
|
@ -27,6 +27,11 @@ const QPoint &Line::getEnd() const
|
|||
return end;
|
||||
}
|
||||
|
||||
const QString &Line::getColor() const
|
||||
{
|
||||
return color;
|
||||
}
|
||||
|
||||
QString Line::getColor()
|
||||
{
|
||||
return color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue