mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 02:16:51 +02:00
cr feedback
This commit is contained in:
parent
7550374f8f
commit
bce92a622e
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ bool Wallet::readSecurityImage(const QString& inputFilePath, unsigned char** out
|
||||||
|
|
||||||
QByteArray base64EncryptedBuffer;
|
QByteArray base64EncryptedBuffer;
|
||||||
|
|
||||||
while(!inputFile.atEnd()) {
|
while (!inputFile.atEnd()) {
|
||||||
QString line(inputFile.readLine());
|
QString line(inputFile.readLine());
|
||||||
if (!foundHeader) {
|
if (!foundHeader) {
|
||||||
foundHeader = (line == IMAGE_HEADER);
|
foundHeader = (line == IMAGE_HEADER);
|
||||||
|
|
Loading…
Reference in a new issue