aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppBitsOfBinaryDataList.h
Commit message (Collapse)AuthorAgeFilesLines
* BitsOfBinaryDataList: Add QVector constructorLinus Jahn2022-09-291-0/+3
|
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* doc: Fix warnings for BitsOfBinary* classesLinus Jahn2021-03-281-5/+0
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* doc: Use XEP links everywhereLinus Jahn2020-02-111-1/+1
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-2/+2
|
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-231-1/+1
|
* Implement XEP-0231: Bits of Binary: stanza extensionLinus Jahn2019-12-061-0/+51
This adds a type that may be used as a stanza extension. It is useful, when a stanza contains (possibly multiple) XEP-0231: Bits of Binary data elements.