mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-03 10:00:04 -05:00
Build fixes.
This commit is contained in:
parent
dae532d659
commit
b64dbce2da
@ -212,7 +212,7 @@ void Parser::parseRoot()
|
|||||||
while (!m_xml.error() && m_xml.readNextStartElement()) {
|
while (!m_xml.error() && m_xml.readNextStartElement()) {
|
||||||
if (m_xml.name() == "Group") {
|
if (m_xml.name() == "Group") {
|
||||||
Group* rootGroup = parseGroup();
|
Group* rootGroup = parseGroup();
|
||||||
if (rootgroup) {
|
if (rootGroup) {
|
||||||
rootGroup->setParent(m_db);
|
rootGroup->setParent(m_db);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
#include <QtCore/QXmlStreamReader>
|
#include <QtCore/QXmlStreamReader>
|
||||||
#include <QtGui/QColor>
|
#include <QtGui/QColor>
|
||||||
|
|
||||||
|
#include "TimeInfo.h"
|
||||||
#include "Uuid.h"
|
#include "Uuid.h"
|
||||||
|
|
||||||
class Database;
|
class Database;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user