diff --git a/data/images/logo.png b/data/images/logo.png new file mode 100644 index 0000000..03ece10 Binary files /dev/null and b/data/images/logo.png differ diff --git a/path.cpp b/path.cpp index 9f670e0..469ef39 100644 --- a/path.cpp +++ b/path.cpp @@ -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)) {