Save step info

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-06-20 15:54:23 +02:00
parent c591f2dbdb
commit 992874a603
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ QString Path::getImage() const
return image;
}
QList<Step> Path::getStep() const
QList<Step>& Path::getStep()
{
return step;
}