fixing mass delete wrong file deletion

This commit is contained in:
Rafael 2016-04-13 00:32:14 +02:00
parent f7d545d1b7
commit b98d9f9e57
5 changed files with 27 additions and 7 deletions

View file

@ -303,6 +303,11 @@ bool SnapmaticPicture::isPicOk()
return picOk;
}
void SnapmaticPicture::setPicFileName(QString picFileName_)
{
picFileName = picFileName_;
}
// JSON part
void SnapmaticPicture::parseJsonContent()