Display step title

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-06-19 23:14:25 +02:00
parent 33970b36a7
commit ce6614e29d
2 changed files with 7 additions and 2 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));
}
}