aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppPubSubIq_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing exports with MSVC 2019Jonah BrĂ¼chert2023-03-181-1/+1
| | | | | | | Fixes the Kaidan build with MSVC. Weirdly enough, MSVC got confused on finding the matching overload for <<, so I replaced it with push_back().
* PubSubIq_p: Rename Private class to avoid conflictsLinus Jahn2023-03-091-2/+3
|
* Rename PubSubItem -> PubSubBaseItem to be able to include old PubSubItemLinus Jahn2023-03-091-2/+2
|
* Move PubSubIq into QXmpp::Private namespaceLinus Jahn2022-12-261-12/+16
| | | | This way users won't use it accidentally.
* Make PubSubIq header privateLinus Jahn2022-12-261-0/+165
Users should only need to use the PubSubManager. The PubSubIq does not need to have a stable API this way and this gives us more flexibility. Closes #509.