diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-01-28 18:26:46 +0100 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2020-01-29 11:25:43 +0100 |
| commit | 97cb75b28b2a3c5825b55a0541dccaf50e45b35d (patch) | |
| tree | 1bebb765c29348924e06c2044533f6eba6384991 /src/CMakeLists.txt | |
| parent | c7b6ebd872339c4225ed9ddbe4d875def17b7dd6 (diff) | |
| download | qxmpp-97cb75b28b2a3c5825b55a0541dccaf50e45b35d.tar.gz | |
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.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 11d7f535..3f46c666 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -77,7 +77,6 @@ set(INSTALL_HEADER_FILES client/QXmppRemoteMethod.h client/QXmppRosterManager.h client/QXmppRpcManager.h - client/QXmppTlsManager.h client/QXmppTransferManager.h client/QXmppTransferManager_p.h client/QXmppUploadRequestManager.h |
