From aabc0e2fbb38d9be529c1fcc295d2764093aae95 Mon Sep 17 00:00:00 2001 From: favoritas37 Date: Tue, 14 Jun 2016 02:40:43 +0300 Subject: [PATCH] reverting wrongly commited file --- src/qzxing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qzxing.cpp b/src/qzxing.cpp index 335e086..f9e8ebe 100644 --- a/src/qzxing.cpp +++ b/src/qzxing.cpp @@ -311,7 +311,7 @@ QImage QZXing::encodeData(const QString& data) qRgb(255,255,255)); image = image.scaled(240, 240); - bool success = image.save("tmp.bmp","BMP"); +// bool success = image.save("tmp.bmp","BMP"); } catch (std::exception& e) { std::cout << "Error: " << e.what() << std::endl; }