aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppMixItems.cpp
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-4/+8
| | | | | This is so std::move() on implicitly-shared types actually moves the content and doesn't call the copy ctor/assignment operator.
* Rename MixItem.h to MixItems.hLinus Jahn2022-03-101-0/+267