Install needed PPA packages for deployment

This commit is contained in:
Janek Bevendorff 2018-01-13 01:38:26 +01:00 committed by Jonathan White
parent 337a21f6d6
commit 824607080a
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
5 changed files with 41 additions and 19 deletions

View file

@ -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") {