From 0b225069a766ce545e0c3a18395edc67214d596c Mon Sep 17 00:00:00 2001 From: Rafael Date: Sun, 24 Jul 2016 04:58:10 +0200 Subject: [PATCH] temporary remove unused warning of saveSuccess --- SnapmaticPicture.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/SnapmaticPicture.cpp b/SnapmaticPicture.cpp index 9f23caf..2bb28e7 100755 --- a/SnapmaticPicture.cpp +++ b/SnapmaticPicture.cpp @@ -318,6 +318,7 @@ bool SnapmaticPicture::setPicture(const QImage &picture) { picByteArray = picByteArray1; } + Q_UNUSED(saveSuccess) } int result = snapmaticStream.write(picByteArray); if (result != 0)