mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Document clone() methods.
This commit is contained in:
parent
74e912ccd3
commit
cb804eb143
3 changed files with 13 additions and 3 deletions
|
@ -466,9 +466,6 @@ QSet<Uuid> Group::customIconsRecursive() const
|
|||
|
||||
Group* Group::clone() const
|
||||
{
|
||||
// TODO: what to do about custom icons?
|
||||
// they won't be available when changing the database later
|
||||
|
||||
Group* clonedGroup = new Group();
|
||||
|
||||
clonedGroup->setUpdateTimeinfo(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue