mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-06 02:55:43 -05:00
Add attachments tab to details view
This commit is contained in:
parent
90a64dbde2
commit
0c200d360b
8 changed files with 82 additions and 9 deletions
|
|
@ -111,6 +111,11 @@ void EntryAttachments::remove(const QStringList& keys)
|
|||
}
|
||||
}
|
||||
|
||||
bool EntryAttachments::isEmpty() const
|
||||
{
|
||||
return m_attachments.isEmpty();
|
||||
}
|
||||
|
||||
void EntryAttachments::clear()
|
||||
{
|
||||
if (m_attachments.isEmpty()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue