aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppPubSubNodeConfig.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reformat codeLinus Jahn2022-09-061-20/+40
|
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-2/+2
| | | | | This is so std::move() on implicitly-shared types actually moves the content and doesn't call the copy ctor/assignment operator.
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* PubSubNodeConfig: Rename nodeDeleteNotification to deleteNotificationsLinus Jahn2021-09-291-7/+7
|
* PubSubNodeConfig: Add Max option to maxItemsLinus Jahn2021-09-021-8/+30
|
* Add PubSubPublishOptions formLinus Jahn2021-08-221-0/+6
|
* Add PubSubNodeConfig formLinus Jahn2021-08-221-0/+841