aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapinternalreply.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/coap/qcoapinternalreply.cpp')
-rw-r--r--src/coap/qcoapinternalreply.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/coap/qcoapinternalreply.cpp b/src/coap/qcoapinternalreply.cpp
index b795046..2e7495c 100644
--- a/src/coap/qcoapinternalreply.cpp
+++ b/src/coap/qcoapinternalreply.cpp
@@ -58,15 +58,6 @@ QCoapInternalReply::QCoapInternalReply(QObject *parent) :
/*!
\internal
- Constructs a copy of \a other with \a parent as the parent obect.
-*/
-QCoapInternalReply::QCoapInternalReply(const QCoapInternalReply &other, QObject *parent) :
- QCoapInternalMessage(*new QCoapInternalReplyPrivate(*other.d_func()), parent)
-{
-}
-
-/*!
- \internal
Creates a QCoapInternalReply from the CoAP \a reply frame.
For more details, refer to section