mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 12:37:39 +03:00
Actually calling writeDeletedObjects() would be a good idea.
This commit is contained in:
parent
cd26e9d474
commit
8df8f69e10
1 changed files with 1 additions and 6 deletions
|
@ -139,12 +139,7 @@ void Writer::writeRoot()
|
|||
m_xml.writeStartElement("Root");
|
||||
|
||||
writeGroup(m_db->rootGroup());
|
||||
|
||||
m_xml.writeStartElement("DeletedObjects");
|
||||
|
||||
|
||||
|
||||
m_xml.writeEndElement();
|
||||
writeDeletedObjects();
|
||||
|
||||
m_xml.writeEndElement();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue