mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix typo.
aka project might be still alive commit
This commit is contained in:
parent
cfb55828b6
commit
2adf3770b0
@ -224,7 +224,7 @@ void Entry::addAttribute(const QString& key, const QString& value, bool protect)
|
|||||||
m_protectedAttributes.insert(key);
|
m_protectedAttributes.insert(key);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO add all visible oclumns
|
// TODO add all visible columns
|
||||||
if (key == "Title") {
|
if (key == "Title") {
|
||||||
Q_EMIT dataChanged(this);
|
Q_EMIT dataChanged(this);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user