temporary remove unused warning of saveSuccess
This commit is contained in:
parent
669c75a0d8
commit
0b225069a7
1 changed files with 1 additions and 0 deletions
|
@ -318,6 +318,7 @@ bool SnapmaticPicture::setPicture(const QImage &picture)
|
||||||
{
|
{
|
||||||
picByteArray = picByteArray1;
|
picByteArray = picByteArray1;
|
||||||
}
|
}
|
||||||
|
Q_UNUSED(saveSuccess)
|
||||||
}
|
}
|
||||||
int result = snapmaticStream.write(picByteArray);
|
int result = snapmaticStream.write(picByteArray);
|
||||||
if (result != 0)
|
if (result != 0)
|
||||||
|
|
Loading…
Reference in a new issue