mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-24 23:09:44 -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");
|
||||
|
||||
writeGroup(m_db->rootGroup());
|
||||
|
||||
m_xml.writeStartElement("DeletedObjects");
|
||||
|
||||
|
||||
|
||||
m_xml.writeEndElement();
|
||||
writeDeletedObjects();
|
||||
|
||||
m_xml.writeEndElement();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user