From 222575aaa68ba1696da84e7dd53708959f8b611b Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Tue, 6 Jul 2021 22:01:33 +0200 Subject: QXmppClient: Add addNewExtension() --- tests/TestClient.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests/TestClient.h') 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 - T *addNewExtension(Args... args) - { - auto *ext = new T(args...); - addExtension(ext); - return ext; - } - void inject(const QByteArray &xml) { d->stream->handleIqResponse(xmlToDom(xml)); -- cgit v1.2.3