Install needed PPA packages for deployment
This commit is contained in:
committed by
Jonathan White
parent
337a21f6d6
commit
824607080a
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user