Merge branch 'cnr-isti-vclab:master' into master

This commit is contained in:
PeC-KAYO 2022-01-25 18:48:17 +01:00 committed by GitHub
commit 8d36d2db1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,6 @@ QString basePath()
break;
baseDir.cdUp();
}
qDebug("The base dir is %s", qUtf8Printable(baseDir.absolutePath()));
#endif
return baseDir.absolutePath();
}