aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapresource.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coap/qcoapresource.h')
-rw-r--r--src/coap/qcoapresource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coap/qcoapresource.h b/src/coap/qcoapresource.h
index 5a97e12..9b1e421 100644
--- a/src/coap/qcoapresource.h
+++ b/src/coap/qcoapresource.h
@@ -47,7 +47,7 @@ public:
~QCoapResource();
QCoapResource &operator =(const QCoapResource &other);
- void swap(QCoapResource &other) Q_DECL_NOTHROW;
+ void swap(QCoapResource &other) noexcept;
QHostAddress host() const;
QString path() const;