mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-25 15:55:38 -04:00
Install needed PPA packages for deployment
This commit is contained in:
parent
337a21f6d6
commit
824607080a
5 changed files with 41 additions and 19 deletions
|
@ -629,7 +629,7 @@ void KdbxXmlReader::parseDeletedObject()
|
|||
{
|
||||
Q_ASSERT(m_xml.isStartElement() && m_xml.name() == "DeletedObject");
|
||||
|
||||
DeletedObject delObj{};
|
||||
DeletedObject delObj{{}, {}};
|
||||
|
||||
while (!m_xml.hasError() && m_xml.readNextStartElement()) {
|
||||
if (m_xml.name() == "UUID") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue