mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-05 03:47:31 -04: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");
|
m_xml.writeStartElement("Root");
|
||||||
|
|
||||||
writeGroup(m_db->rootGroup());
|
writeGroup(m_db->rootGroup());
|
||||||
|
writeDeletedObjects();
|
||||||
m_xml.writeStartElement("DeletedObjects");
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
m_xml.writeEndElement();
|
|
||||||
|
|
||||||
m_xml.writeEndElement();
|
m_xml.writeEndElement();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue