From 97cb75b28b2a3c5825b55a0541dccaf50e45b35d Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Tue, 28 Jan 2020 18:26:46 +0100 Subject: Make QXmppTlsManager an internal client extension This removes the QXmppTlsManager from the public API and makes it an internal client extension. It was not of any use for the end user and was configured via the QXmppClient (as before). This way we can obsolete some public methods of the QXmppClient, that also have been added with the new TLS manager. This can be done without any concerns because the manager was not part of the public API in any release, yet. --- src/client/QXmppClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/QXmppClient.cpp') diff --git a/src/client/QXmppClient.cpp b/src/client/QXmppClient.cpp index 7763676b..5fb1b869 100644 --- a/src/client/QXmppClient.cpp +++ b/src/client/QXmppClient.cpp @@ -33,7 +33,7 @@ #include "QXmppMessage.h" #include "QXmppUtils.h" -#include "QXmppTlsManager.h" +#include "QXmppTlsManager_p.h" #include "QXmppRosterManager.h" #include "QXmppVCardManager.h" #include "QXmppVersionManager.h" -- cgit v1.2.3