summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkcookie.cpp
diff options
context:
space:
mode:
authorAnton Kudryavtsev <[email protected]>2023-11-01 16:05:54 +0300
committerAnton Kudryavtsev <[email protected]>2023-11-02 00:19:07 +0300
commit3c80e8892459f47a6261df317eb6eb4d9c790837 (patch)
tree8931b8b1fdc8ed2018b2c62007166b73cf687cae /src/network/access/qnetworkcookie.cpp
parent7b96f3934c0a4331c4ca7bd4521b945f81a8ed21 (diff)
qnetworkcookie: remove parseCookies
that takes QBA in favor of QBAV version Change-Id: I56bbe5cc5c7fa3e31e6b6e71d97211de3eb1ab26 Reviewed-by: MÃ¥rten Nordheim <[email protected]>
Diffstat (limited to 'src/network/access/qnetworkcookie.cpp')
-rw-r--r--src/network/access/qnetworkcookie.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/network/access/qnetworkcookie.cpp b/src/network/access/qnetworkcookie.cpp
index 483860f96ac..8ea5fdbe572 100644
--- a/src/network/access/qnetworkcookie.cpp
+++ b/src/network/access/qnetworkcookie.cpp
@@ -932,15 +932,7 @@ static QDateTime parseDateString(QByteArrayView dateString)
cookie that is parsed.
\sa toRawForm()
-*/
-QList<QNetworkCookie> QNetworkCookie::parseCookies(const QByteArray &cookieString)
-{
- return parseCookies(QByteArrayView(cookieString));
-}
-
-/*!
- \overload
- \since 6.7
+ \note In Qt versions prior to 6.7, this function took QByteArray only.
*/
QList<QNetworkCookie> QNetworkCookie::parseCookies(QByteArrayView cookieString)
{