aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppCallStream.cpp
Commit message (Collapse)AuthorAgeFilesLines
* QXmppCall: Refactoring and clean upLinus Jahn2021-03-281-2/+1
| | | | | | | | | Fixes things like: - detaching Qt containers (missing std::as_const) - new signal/slot syntax - missing emit keyword - more 'auto' - comparison of int and uint
* doc: Fix most of the warnings from QXmppCall classesLinus Jahn2021-03-281-0/+12
|
* QXmppCallStream: Use QRandomGenerator for Qt >= 5.10Linus Jahn2021-02-191-0/+8
|
* QXmppCallStream: Wrap callback in std::functionJonah BrĂ¼chert2020-04-021-2/+3
| | | | Allows to use non-static functions (or lambdas with captures)
* Port QXmppCallManager to use GStreamerNiels Ole Salscheider2020-03-161-0/+361