mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Improve EditEntryWidget.
This commit is contained in:
parent
0c91be8eac
commit
8fc2b9328e
5 changed files with 109 additions and 10 deletions
|
@ -264,6 +264,11 @@ void Entry::addHistoryItem(Entry* entry)
|
|||
m_history.append(entry);
|
||||
}
|
||||
|
||||
Group* Entry::group()
|
||||
{
|
||||
return m_group;
|
||||
}
|
||||
|
||||
void Entry::setGroup(Group* group)
|
||||
{
|
||||
if (m_group) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue