aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppGeolocItem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename PubSubItem -> PubSubBaseItem to be able to include old PubSubItemLinus Jahn2023-03-091-1/+1
|
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-2/+4
| | | | | This is so std::move() on implicitly-shared types actually moves the content and doesn't call the copy ctor/assignment operator.
* Implement XEP-0080: User LocationCochise César2022-03-091-0/+202