mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: Uninitialized scalar field
CID 208303 Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
dc714e582f
commit
13305e7745
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ QUrl cloudImageURL(const char *hash)
|
||||||
ImageDownloader::ImageDownloader(struct picture *pic)
|
ImageDownloader::ImageDownloader(struct picture *pic)
|
||||||
{
|
{
|
||||||
picture = pic;
|
picture = pic;
|
||||||
|
loadFromHash = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
ImageDownloader::~ImageDownloader()
|
ImageDownloader::~ImageDownloader()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue