aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppTuneItem.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename TuneItem to UserTuneItemLinus Jahn2023-01-031-93/+0
| | | | Closes #524.
* 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.
* Refactor QXmppTuneItemLinus Jahn2022-03-091-11/+43
|
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* Implement XEP-0118: User Tune: Add PubSub itemLinus Jahn2021-08-221-0/+78