diff options
Diffstat (limited to 'tests/TestClient.h')
| -rw-r--r-- | tests/TestClient.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/TestClient.h b/tests/TestClient.h index 6dcec3de..662694c5 100644 --- a/tests/TestClient.h +++ b/tests/TestClient.h @@ -52,14 +52,6 @@ public: { } - template<typename T, typename ...Args> - T *addNewExtension(Args... args) - { - auto *ext = new T(args...); - addExtension(ext); - return ext; - } - void inject(const QByteArray &xml) { d->stream->handleIqResponse(xmlToDom(xml)); |
