mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-05 21:14:20 -04:00
Formatting
This commit is contained in:
parent
94ea323836
commit
2cd5006260
1 changed files with 2 additions and 2 deletions
|
@ -134,8 +134,8 @@ public:
|
||||||
* Note that you need to copy the custom icons manually when inserting the
|
* Note that you need to copy the custom icons manually when inserting the
|
||||||
* new group into another database.
|
* new group into another database.
|
||||||
*/
|
*/
|
||||||
Group* clone(
|
Group* clone(Entry::CloneFlags entryFlags = DefaultEntryCloneFlags,
|
||||||
Entry::CloneFlags entryFlags = DefaultEntryCloneFlags, CloneFlags groupFlags = DefaultCloneFlags) const;
|
CloneFlags groupFlags = DefaultCloneFlags) const;
|
||||||
|
|
||||||
void copyDataFrom(const Group* other);
|
void copyDataFrom(const Group* other);
|
||||||
void merge(const Group* other);
|
void merge(const Group* other);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue