Update and fix copyright headers

This commit is contained in:
thez3ro 2017-06-09 23:40:36 +02:00
parent 6ffca842e6
commit a53b111182
No known key found for this signature in database
GPG key ID: F628F9E41DD7C073
143 changed files with 466 additions and 234 deletions

View file

@ -198,7 +198,7 @@ Database* KeePass2Reader::readDatabase(QIODevice* device, const CompositeKey& ke
QByteArray headerHash = CryptoHash::hash(headerStream.storedData(), CryptoHash::Sha256);
if (headerHash != xmlReader.headerHash()) {
raiseError("Header doesn't match hash");
return Q_NULLPTR;
return nullptr;
}
}