Skip to content

Commit

Permalink
Merge pull request #10 from sailfishos/jb60722
Browse files Browse the repository at this point in the history
[buteo-sync-plugins-social] Use default copy assignment operator for FacebookParsedEvent. JB#60722
  • Loading branch information
mlehtima committed Dec 12, 2023
2 parents 5f86aaa + dc99fe6 commit 385017d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class FacebookParsedEvent
public:
FacebookParsedEvent();
FacebookParsedEvent(const FacebookParsedEvent &e);
FacebookParsedEvent &operator=(const FacebookParsedEvent &) = default;

public:
QString m_id;
Expand Down

0 comments on commit 385017d

Please sign in to comment.