Simple warnings

This commit is contained in:
Alexey 2025-06-30 21:52:33 +03:00
commit ba80b6b861
4 changed files with 94 additions and 1 deletions

View file

@ -27,6 +27,11 @@ const QPoint &Line::getEnd() const
return end;
}
const QString &Line::getColor() const
{
return color;
}
QString Line::getColor()
{
return color;