aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapnamespace.cpp
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2019-05-10 15:41:13 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2019-05-14 15:14:51 +0000
commit149ca6289869a30cfd033160b5662d02671fe3e1 (patch)
treed554e96d7a3ecbaa60fd89f5cb350cad622d6951 /src/coap/qcoapnamespace.cpp
parentd2dd87b0a69f0bcc23c4f7ebf9a1210731f3e2c3 (diff)
Rename QtCoap::SecurityMode::NoSec -> QtCoap::SecurityMode::NoSecurity
This change is based on the feedback from API review. Change-Id: I345bc519d6753608ead0bf4b006cf68c4e52c313 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/coap/qcoapnamespace.cpp')
-rw-r--r--src/coap/qcoapnamespace.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coap/qcoapnamespace.cpp b/src/coap/qcoapnamespace.cpp
index b1e5fc4..a20a152 100644
--- a/src/coap/qcoapnamespace.cpp
+++ b/src/coap/qcoapnamespace.cpp
@@ -238,7 +238,7 @@ QT_BEGIN_NAMESPACE
Specifies the security mode used for securing a CoAP connection, as defined in
\l{https://tools.ietf.org/html/rfc7252#section-9}{RFC 7252}.
- \value NoSec There is no protocol-level security (DTLS is disabled).
+ \value NoSecurity There is no protocol-level security (DTLS is disabled).
\value PreSharedKey DTLS is enabled. PSK authentication will be used for security.