aboutsummaryrefslogtreecommitdiff
path: root/tests/TestClient.h
Commit message (Collapse)AuthorAgeFilesLines
* tests: TestClient: Add takePacket() and takeLastPacket()Linus Jahn2022-09-091-0/+10
|
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* tests: TestClient: Add both QString & QByteArray packet injectionLinus Jahn2021-08-011-1/+2
|
* tests: TestClient: Fix warning of missing include for destructorsLinus Jahn2021-07-231-2/+4
| | | | | | | | | | | | MSVC warning: C:\Qt\5.11\msvc2017_64\include\QtCore/qalgorithms.h(320): warning C4150: deletion of pointer to incomplete type 'QXmppClientExtension'; no destructor called [C:\tst_qxmpprostermanager.vcxproj] C:\projects\qxmpp\src\client\QXmppClient_p.h(43): note: see declaration of 'QXmppClientExtension' C:\Qt\5.11\msvc2017_64\include\QtCore/qalgorithms.h(328): note: see reference to function template instantiation 'void qDeleteAll<QList<QXmppClientExtension *>::const_iterator>()'
* QXmppClient: Add addNewExtension<T>()Linus Jahn2021-07-231-8/+0
|
* tests: Add TestClient class for client testing with QFuturesLinus Jahn2021-07-061-0/+106