of save and load a path without image

This commit is contained in:
Giovanni JOSSERAND
2025-06-20 15:38:11 +02:00
parent 8659ab81c3
commit afd9997724
3 changed files with 26 additions and 24 deletions
+2
View File
@@ -50,6 +50,8 @@ QList<Step> Path::getStep() const
return step;
}
Path::Path(){}
Path::Path(QFile *file){
if (!file->open(QIODevice::ReadOnly)) {
qWarning() << "Could not open file:" << file->errorString();