aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapclient.cpp
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2019-05-10 09:58:21 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2019-05-14 15:14:39 +0000
commitae8d1fef58fa6df1408b9b11cf4b99dc7815255f (patch)
tree43f7a6541dd644d0289095f1f35ca65055d73d17 /src/coap/qcoapclient.cpp
parent804b10f3297822f4b12a4b971633f78965b756b0 (diff)
Hide the API of QCoapProtocol
No need to keep this class public, there is no public API for accessing it anyway. Change-Id: I231a560becb5799667819c30eca6372282adeb41 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/coap/qcoapclient.cpp')
-rw-r--r--src/coap/qcoapclient.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/coap/qcoapclient.cpp b/src/coap/qcoapclient.cpp
index 21af3e2..197e407 100644
--- a/src/coap/qcoapclient.cpp
+++ b/src/coap/qcoapclient.cpp
@@ -610,8 +610,6 @@ void QCoapClient::setSecurityConfiguration(const QCoapSecurityConfiguration &con
Sets the maximum block size used by the protocol to \a blockSize
when sending requests and receiving replies. The block size must be
a power of two.
-
- \sa QCoapProtocol::setBlockSize()
*/
void QCoapClient::setBlockSize(quint16 blockSize)
{