mirror of https://github.com/status-im/qzxing.git
reverting wrongly commited file
This commit is contained in:
parent
b381f9cc5e
commit
aabc0e2fbb
|
@ -311,7 +311,7 @@ QImage QZXing::encodeData(const QString& data)
|
||||||
qRgb(255,255,255));
|
qRgb(255,255,255));
|
||||||
|
|
||||||
image = image.scaled(240, 240);
|
image = image.scaled(240, 240);
|
||||||
bool success = image.save("tmp.bmp","BMP");
|
// bool success = image.save("tmp.bmp","BMP");
|
||||||
} catch (std::exception& e) {
|
} catch (std::exception& e) {
|
||||||
std::cout << "Error: " << e.what() << std::endl;
|
std::cout << "Error: " << e.what() << std::endl;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue