mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04: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()) {
|
||||
if (m_xml.name() == "Group") {
|
||||
Group* rootGroup = parseGroup();
|
||||
if (rootgroup) {
|
||||
if (rootGroup) {
|
||||
rootGroup->setParent(m_db);
|
||||
}
|
||||
}
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <QtCore/QXmlStreamReader>
|
||||
#include <QtGui/QColor>
|
||||
|
||||
#include "TimeInfo.h"
|
||||
#include "Uuid.h"
|
||||
|
||||
class Database;
|
||||
|
Loading…
Reference in New Issue
Block a user