mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-25 07:19:42 -05:00
Translations and code format
This commit is contained in:
parent
acb2f6900d
commit
e1fa1b81ac
@ -3555,6 +3555,10 @@ Supported extensions are: %1.</source>
|
||||
<source>Select import/export file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Share recursively</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditGroupWidgetMain</name>
|
||||
|
@ -68,7 +68,7 @@ namespace
|
||||
targetMetadata->addCustomIcon(iconUuid, sourceDb->metadata()->customIcon(iconUuid));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void cloneEntries(Metadata* targetMetadata, const Group* sourceGroup, Group* targetGroup)
|
||||
{
|
||||
for (const Entry* sourceEntry : sourceGroup->entries()) {
|
||||
@ -110,7 +110,7 @@ namespace
|
||||
targetRoot->setUpdateTimeinfo(updateTimeinfo);
|
||||
cloneIcon(targetMetadata, sourceRoot->database(), targetRoot->iconUuid());
|
||||
cloneEntries(targetMetadata, sourceRoot, targetRoot);
|
||||
if(reference.recurse) {
|
||||
if (reference.recurse) {
|
||||
cloneChildren(targetMetadata, sourceRoot, targetRoot);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user