File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3555,6 +3555,10 @@ Supported extensions are: %1.</source>
3555
3555
<source >Select import/export file</source >
3556
3556
<translation type =" unfinished" ></translation >
3557
3557
</message >
3558
+ <message >
3559
+ <source >Share recursively</source >
3560
+ <translation type =" unfinished" ></translation >
3561
+ </message >
3558
3562
</context >
3559
3563
<context >
3560
3564
<name >EditGroupWidgetMain</name >
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ namespace
68
68
targetMetadata->addCustomIcon (iconUuid, sourceDb->metadata ()->customIcon (iconUuid));
69
69
}
70
70
}
71
-
71
+
72
72
void cloneEntries (Metadata* targetMetadata, const Group* sourceGroup, Group* targetGroup)
73
73
{
74
74
for (const Entry* sourceEntry : sourceGroup->entries ()) {
@@ -110,7 +110,7 @@ namespace
110
110
targetRoot->setUpdateTimeinfo (updateTimeinfo);
111
111
cloneIcon (targetMetadata, sourceRoot->database (), targetRoot->iconUuid ());
112
112
cloneEntries (targetMetadata, sourceRoot, targetRoot);
113
- if (reference.recurse ) {
113
+ if (reference.recurse ) {
114
114
cloneChildren (targetMetadata, sourceRoot, targetRoot);
115
115
}
116
116
You can’t perform that action at this time.
0 commit comments