add of setbold, setItalic, setUnderlined and setFontColor functions

This commit is contained in:
Giovanni JOSSERAND
2025-06-20 11:54:36 +02:00
parent f8cac1aeff
commit 65e391412e
6 changed files with 166 additions and 26 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));
}
}