summaryrefslogtreecommitdiffstats
path: root/src/mqtt/qmqttclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mqtt/qmqttclient.cpp')
-rw-r--r--src/mqtt/qmqttclient.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mqtt/qmqttclient.cpp b/src/mqtt/qmqttclient.cpp
index a13ce1e..e12bd02 100644
--- a/src/mqtt/qmqttclient.cpp
+++ b/src/mqtt/qmqttclient.cpp
@@ -532,24 +532,7 @@ void QMqttClient::connectToHost()
connectToHost(false, QString());
}
-/*!
- \obsolete
-
- Initiates an encrypted connection to the MQTT broker.
-
- \a sslPeerName specifies the peer name to be passed to the socket.
-
- This function has been deprecated. Use
- \l QMqttClient::connectToHostEncrypted(const QSslConfiguration &conf) instead.
- */
#ifndef QT_NO_SSL
-#if QT_DEPRECATED_SINCE(5, 14)
-void QMqttClient::connectToHostEncrypted(const QString &sslPeerName)
-{
- connectToHost(true, sslPeerName);
-}
-#endif
-
/*!
\since 5.14
Initiates an encrypted connection to the MQTT broker.