mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:23:25 +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)
|
||||
{
|
||||
picture = pic;
|
||||
loadFromHash = false;
|
||||
}
|
||||
|
||||
ImageDownloader::~ImageDownloader()
|
||||
|
|
Loading…
Add table
Reference in a new issue