fix of valider button

This commit is contained in:
Giovanni JOSSERAND
2025-06-20 16:47:19 +02:00
parent c6be9f6c17
commit be6c35faa8
2 changed files with 4 additions and 3 deletions
+2
View File
@@ -85,6 +85,8 @@ void Path::setImage(const QString &newImage)
image = newImage;
}
Path::Path(){}
Path::Path(QFile *file){
if (!file->open(QIODevice::ReadOnly)) {
qWarning() << "Could not open file:" << file->errorString();