Coding style improvements.

This commit is contained in:
Felix Geyer 2012-05-14 19:10:42 +02:00
parent 924130e0fe
commit a407e0082b
16 changed files with 42 additions and 42 deletions

View file

@ -247,7 +247,7 @@ bool KeePass2Reader::readHeaderField()
void KeePass2Reader::setCipher(const QByteArray& data)
{
if (data.size() != Uuid::LENGTH) {
if (data.size() != Uuid::Length) {
raiseError("");
}
else {