aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppCallManager.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated Q_ENUMS with Q_ENUMLinus Jahn2019-10-271-5/+4
| | | | | Q_ENUM exists since Qt 5.5, more details can be found here: https://woboq.com/blog/q_enum.html
* Modernize codebase using clang-tidyJonah Brüchert2019-09-081-5/+5
| | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* Remove trailing comma after last item in enumsJeremy Lainé2015-03-131-2/+2
| | | | This allows compilation with GCC in pedantic mode.
* update project homepageJeremy Lainé2014-03-281-1/+1
|
* update project homepageJeremy Lainé2014-03-271-1/+1
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-261-1/+1
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* fix some documentation warningsJeremy Lainé2012-05-101-0/+1
|
* mark classes with QXMPP_EXPORTJeremy Lainé2012-04-201-2/+2
|
* start moving client-specific codeJeremy Lainé2012-02-081-0/+210