aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppMixParticipantItem.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename PubSubItem -> PubSubBaseItem to be able to include old PubSubItemLinus Jahn2023-03-091-2/+2
|
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-0/+2
| | | | | This is so std::move() on implicitly-shared types actually moves the content and doesn't call the copy ctor/assignment operator.
* Split up MixItem.h into Mix{Info,Participant}Item.hLinus Jahn2022-03-101-0/+39