mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Fix typo.
aka project might be still alive commit
This commit is contained in:
parent
cfb55828b6
commit
2adf3770b0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue