Add default image
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 168 KiB |
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user