summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreply.cpp
diff options
context:
space:
mode:
authorMårten Nordheim <[email protected]>2022-01-25 10:44:34 +0100
committerMårten Nordheim <[email protected]>2022-01-31 14:24:11 +0100
commit8437c27582be034aee3582f6ef9496a4319707dd (patch)
tree8a08a6c178f162b5b48bcf8f52e990689e4fd3be /src/network/access/qnetworkreply.cpp
parentec57418ecfc1bf7cfbc0dd7b33c899ce24b4a49d (diff)
QNetworkReply: rename socketConnecting to socketStartedConnecting
From the API review. Pick-to: 6.3 Change-Id: Ic05737db79327e7811fcd974a70914b837e06601 Reviewed-by: Timur Pocheptsov <[email protected]> Reviewed-by: Qt CI Bot <[email protected]>
Diffstat (limited to 'src/network/access/qnetworkreply.cpp')
-rw-r--r--src/network/access/qnetworkreply.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/access/qnetworkreply.cpp b/src/network/access/qnetworkreply.cpp
index c7d81f2f8f1..05230b1e26e 100644
--- a/src/network/access/qnetworkreply.cpp
+++ b/src/network/access/qnetworkreply.cpp
@@ -322,7 +322,7 @@ QNetworkReplyPrivate::QNetworkReplyPrivate()
*/
/*!
- \fn void QNetworkReply::socketConnecting()
+ \fn void QNetworkReply::socketStartedConnecting()
\since 6.3
This signal is emitted 0 or more times, when the socket
@@ -339,7 +339,7 @@ QNetworkReplyPrivate::QNetworkReplyPrivate()
This signal is emitted 1 or more times when the request was
sent. Useful for custom progress or timeout handling.
- \sa metaDataChanged(), socketConnecting()
+ \sa metaDataChanged(), socketStartedConnecting()
*/
/*!