mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-16 00:44:17 -05:00
Use upper case names for constants.
This commit is contained in:
parent
1cfc34361a
commit
f5dd24fdbe
3 changed files with 4 additions and 4 deletions
|
|
@ -696,7 +696,7 @@ int KeePass2XmlReader::readNumber()
|
|||
Uuid KeePass2XmlReader::readUuid()
|
||||
{
|
||||
QByteArray uuidBin = readBinary();
|
||||
if (uuidBin.length() != Uuid::length) {
|
||||
if (uuidBin.length() != Uuid::LENGTH) {
|
||||
raiseError();
|
||||
return Uuid();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue