mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-11 23:39:50 -05:00
Actually calling writeDeletedObjects() would be a good idea.
This commit is contained in:
parent
cd26e9d474
commit
8df8f69e10
@ -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…
Reference in New Issue
Block a user