Add default image
This commit is contained in:
parent
d1a32217d2
commit
7c9601f60c
BIN
data/images/logo.png
Normal file
BIN
data/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 168 KiB |
5
path.cpp
5
path.cpp
@ -85,7 +85,10 @@ void Path::setImage(const QString &newImage)
|
|||||||
image = newImage;
|
image = newImage;
|
||||||
}
|
}
|
||||||
|
|
||||||
Path::Path(){}
|
Path::Path(){
|
||||||
|
|
||||||
|
image = "data/images/logo.png";
|
||||||
|
}
|
||||||
|
|
||||||
Path::Path(QFile *file){
|
Path::Path(QFile *file){
|
||||||
if (!file->open(QIODevice::ReadOnly)) {
|
if (!file->open(QIODevice::ReadOnly)) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user