aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapinternalreply.cpp
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2019-06-14 14:42:14 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2019-06-14 17:02:42 +0200
commit70cf78af0aa55f68ade932ba3070a2f3dbe87181 (patch)
tree108ff2bfb7e16c21e661fb1e421496c8c3aa44ef /src/coap/qcoapinternalreply.cpp
parentca1a8d80f162d26bd280a7c05f0553946a06117e (diff)
Fix compilation with the latest qtbase dev branch
Copies of the QObjectData (as a result, also QObjectPrivate) have been disabled recently. Removed unnecessary copy constructors of the private classes and their usages. Change-Id: I15dd766abc88a657a267cbdc95f0c95346a47f72 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
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