diff options
| author | Tor Arne Vestbø <[email protected]> | 2022-09-13 18:55:42 +0200 |
|---|---|---|
| committer | Tor Arne Vestbø <[email protected]> | 2022-09-13 21:25:30 +0200 |
| commit | 11c089c67b71be531f839e620caaf1d1597db570 (patch) | |
| tree | 43934900a4616ef102bf7cd1972ae672f5e3d810 | |
| parent | d245b2827500eaecf9beef3d2a8407c2c2e90f4c (diff) | |
Squash deprecation warnings about SecureTransport being deprecated
One or two of them is enough.
Task-number: QTBUG-85231
Change-Id: I8da2cd0b222eacd534255b6b5548fef9aad408d6
Reviewed-by: Timur Pocheptsov <[email protected]>
| -rw-r--r-- | src/plugins/tls/securetransport/qtls_st_p.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/tls/securetransport/qtls_st_p.h b/src/plugins/tls/securetransport/qtls_st_p.h index 16f7104e67f..2903ef48156 100644 --- a/src/plugins/tls/securetransport/qtls_st_p.h +++ b/src/plugins/tls/securetransport/qtls_st_p.h @@ -27,6 +27,11 @@ #include <QtNetwork/qabstractsocket.h> #include <QtNetwork/private/qsslsocket_p.h> +#warning SecureTransport was deprecated in macOS 10.15 and iOS 13, \ +and is no longer supported. We should be using Network.framework instead. \ +See QTBUG-85231 for more information. +QT_WARNING_DISABLE_DEPRECATED + #include <Security/Security.h> #include <Security/SecureTransport.h> |
