mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-15 15:00:58 -04: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
|
@ -19,10 +19,10 @@
|
|||
|
||||
#include <QtCore/QHash>
|
||||
|
||||
const int Uuid::length = 16;
|
||||
const int Uuid::LENGTH = 16;
|
||||
|
||||
Uuid::Uuid()
|
||||
: m_data(length, 0)
|
||||
: m_data(LENGTH, 0)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue