Document clone() methods.

This commit is contained in:
Felix Geyer 2013-07-04 13:59:32 +02:00
parent 74e912ccd3
commit cb804eb143
3 changed files with 13 additions and 3 deletions

View file

@ -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);