committed by
Jonathan White
parent
f3f1520f81
commit
7e1d980d08
@@ -865,7 +865,7 @@ bool Entry::equals(const Entry* other, CompareItemOptions options) const
|
||||
|
||||
Entry* Entry::clone(CloneFlags flags) const
|
||||
{
|
||||
Entry* entry = new Entry();
|
||||
auto entry = new Entry();
|
||||
entry->setUpdateTimeinfo(false);
|
||||
if (flags & CloneNewUuid) {
|
||||
entry->m_uuid = QUuid::createUuid();
|
||||
|
||||
@@ -890,7 +890,7 @@ Group* Group::findChildByName(const QString& name)
|
||||
*/
|
||||
Group* Group::clone(Entry::CloneFlags entryFlags, Group::CloneFlags groupFlags) const
|
||||
{
|
||||
Group* clonedGroup = new Group();
|
||||
auto clonedGroup = new Group();
|
||||
|
||||
clonedGroup->setUpdateTimeinfo(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user