add the new placeholder image

This commit is contained in:
Stephen Birarda 2015-06-26 14:13:23 -07:00
parent 18e2b62ecc
commit 7e19a540fd
2 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -58,7 +58,7 @@ private:
QString _title;
QString _description;
QString _imageURL { "../images/NoPictureProvided.svg" };
QString _imageURL { "../images/no-picture-provided.svg" };
};
#endif // hifi_Tooltip_h