temporary remove unused warning of saveSuccess

This commit is contained in:
Rafael 2016-07-24 04:58:10 +02:00
parent 669c75a0d8
commit 0b225069a7
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ bool SnapmaticPicture::setPicture(const QImage &picture)
{
picByteArray = picByteArray1;
}
Q_UNUSED(saveSuccess)
}
int result = snapmaticStream.write(picByteArray);
if (result != 0)