mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-15 15:00:58 -04:00
Add signal for changes in Group.
This commit is contained in:
parent
bfb75da123
commit
e28ed4891b
10 changed files with 94 additions and 22 deletions
|
@ -35,6 +35,7 @@ Uuid::Uuid(const QByteArray& data)
|
|||
Uuid Uuid::random() {
|
||||
QByteArray randomAray;
|
||||
// TODO fill with random data
|
||||
randomAray.fill(1, 16);
|
||||
return Uuid(randomAray);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue