summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslconfiguration.h
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2020-09-23 14:56:06 +0200
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2020-09-28 15:48:49 +0200
commit673da7d4607cd5597b3c58f8c118459efdcaaeb3 (patch)
treec10a6285935fce352308a03781a5eeec51884dbc /src/network/ssl/qsslconfiguration.h
parenta6e1f67937c280961f7ec23b2a002ca7d057761d (diff)
QSslConfiguration::setAllowedNextProtocol - remove the old signature
Change-Id: I0b4b18e6ea2b78917220e77865fd92eb7a684179 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/network/ssl/qsslconfiguration.h')
-rw-r--r--src/network/ssl/qsslconfiguration.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/network/ssl/qsslconfiguration.h b/src/network/ssl/qsslconfiguration.h
index 706ac5775f..116920950e 100644
--- a/src/network/ssl/qsslconfiguration.h
+++ b/src/network/ssl/qsslconfiguration.h
@@ -189,11 +189,7 @@ public:
NextProtocolNegotiationUnsupported
};
-#if QT_VERSION >= QT_VERSION_CHECK(6,0,0)
void setAllowedNextProtocols(const QList<QByteArray> &protocols);
-#else
- void setAllowedNextProtocols(QList<QByteArray> protocols);
-#endif
QList<QByteArray> allowedNextProtocols() const;
QByteArray nextNegotiatedProtocol() const;