Replace EntryAttachments and EntryAttributes operator=() with copyDataFrom().
QObjects are not supposed to have assignment operators.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user