mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-27 01:56:32 -05:00
parent
d0557677c7
commit
810a6e4b39
10 changed files with 341 additions and 25 deletions
|
|
@ -111,7 +111,7 @@ bool EntryAttachments::operator!=(const EntryAttachments& other) const
|
|||
return m_attachments != other.m_attachments;
|
||||
}
|
||||
|
||||
EntryAttachments& EntryAttachments::operator=(EntryAttachments& other)
|
||||
EntryAttachments& EntryAttachments::operator=(const EntryAttachments& other)
|
||||
{
|
||||
if (*this != other) {
|
||||
Q_EMIT aboutToBeReset();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue