aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapresource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/coap/qcoapresource.cpp')
-rw-r--r--src/coap/qcoapresource.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coap/qcoapresource.cpp b/src/coap/qcoapresource.cpp
index 7e20209..3e0dc15 100644
--- a/src/coap/qcoapresource.cpp
+++ b/src/coap/qcoapresource.cpp
@@ -44,7 +44,7 @@ QT_BEGIN_NAMESPACE
The QCoapRequest contains data as the path and title of the resource
and other ancillary information.
- \sa QCoapDiscoveryReply
+ \sa QCoapResourceDiscoveryReply
*/
/*!
@@ -84,7 +84,7 @@ QCoapResource &QCoapResource::operator=(const QCoapResource &other)
/*!
Swaps this resource with \a other. This operation is very fast and never fails.
*/
-void QCoapResource::swap(QCoapResource &other) Q_DECL_NOTHROW
+void QCoapResource::swap(QCoapResource &other) noexcept
{
d.swap(other.d);
}