mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Assign uuid to newborn groups
This commit is contained in:
parent
39057a6aa0
commit
f4791c19e1
@ -272,6 +272,7 @@ Group *CsvImportWidget::splitGroups(QString label) {
|
||||
Group *brandNew = new Group();
|
||||
brandNew->setParent(current);
|
||||
brandNew->setName(groupName);
|
||||
brandNew->setUuid(Uuid::random());
|
||||
current = brandNew;
|
||||
} else {
|
||||
Q_ASSERT(children != nullptr);
|
||||
|
Loading…
Reference in New Issue
Block a user