add of save function with default value

This commit is contained in:
Giovanni JOSSERAND
2025-06-20 08:58:07 +02:00
parent 730d0850f3
commit 4fe0884432
4 changed files with 97 additions and 39 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ Path::Path(QFile *file){
QJsonArray stepsArray = json["steps"].toArray();
for (const QJsonValue &stepValue : stepsArray) {
QJsonObject stepObj = stepValue.toObject();
//step.append(Step(stepObj));
step.append(Step(stepObj));
}
}