@@ -85,7 +85,10 @@ void Path::setImage(const QString &newImage)
image = newImage;
}
Path::Path(){}
Path::Path(){
image = "data/images/logo.png";
Path::Path(QFile *file){
if (!file->open(QIODevice::ReadOnly)) {
The note is not visible to the blocked user.