less memory allocation at delete picture

This commit is contained in:
Rafael 2016-03-28 15:32:02 +02:00
parent 2c6a0fa2a5
commit 4922ce7173
2 changed files with 1 additions and 3 deletions

View file

@ -136,7 +136,6 @@ bool SnapmaticPicture::readingPicture()
picFile->deleteLater();
delete picFile;
return picOk;
}
QString SnapmaticPicture::getSnapmaticPictureString(QByteArray snapmaticHeader)