Add default image

This commit is contained in:
Pyramond 2025-06-21 01:44:57 +02:00
parent d1a32217d2
commit 7c9601f60c
2 changed files with 4 additions and 1 deletions

BIN
data/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

View File

@ -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)) {