mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-24 14:15:47 -04:00
Replace EntryAttachments and EntryAttributes operator=() with copyDataFrom().
QObjects are not supposed to have assignment operators.
This commit is contained in:
parent
c7107de2a7
commit
a50d2709e7
6 changed files with 24 additions and 28 deletions
|
@ -41,7 +41,7 @@ public:
|
|||
bool areCustomKeysDifferent(const EntryAttributes* other);
|
||||
void clear();
|
||||
int attributesSize();
|
||||
EntryAttributes& operator=(const EntryAttributes& other);
|
||||
void copyDataFrom(const EntryAttributes* other);
|
||||
bool operator==(const EntryAttributes& other) const;
|
||||
bool operator!=(const EntryAttributes& other) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue