mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-15 15:00:58 -04:00
Coding style fixes.
This commit is contained in:
parent
ca13ad8d25
commit
ee3bc89a54
9 changed files with 22 additions and 11 deletions
|
@ -35,7 +35,8 @@ Uuid::Uuid(const QByteArray& data)
|
|||
m_data = data;
|
||||
}
|
||||
|
||||
Uuid Uuid::random() {
|
||||
Uuid Uuid::random()
|
||||
{
|
||||
return Uuid(Random::randomArray(Length));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue