mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-10 02:25:38 -04:00
Coding style improvements.
This commit is contained in:
parent
924130e0fe
commit
a407e0082b
16 changed files with 42 additions and 42 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue