mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Set name of the root group when importing KeePass 1 databases.
This commit is contained in:
parent
20e4643560
commit
9a2aba56fc
@ -199,6 +199,8 @@ Database* KeePass1Reader::readDatabase(QIODevice* device, const QString& passwor
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
db->rootGroup()->setName(tr("Root"));
|
||||||
|
|
||||||
Q_ASSERT(m_tmpParent->children().isEmpty());
|
Q_ASSERT(m_tmpParent->children().isEmpty());
|
||||||
|
|
||||||
Q_FOREACH (Entry* entry, m_tmpParent->entries()) {
|
Q_FOREACH (Entry* entry, m_tmpParent->entries()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user