From 70cf78af0aa55f68ade932ba3070a2f3dbe87181 Mon Sep 17 00:00:00 2001 From: Sona Kurazyan Date: Fri, 14 Jun 2019 14:42:14 +0200 Subject: 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 --- src/coap/qcoapinternalreply.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/coap/qcoapinternalreply.cpp') 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 @@ -56,15 +56,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. -- cgit v1.2.3