aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapinternalreply_p.h
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_p.h
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_p.h')
-rw-r--r--src/coap/qcoapinternalreply_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/coap/qcoapinternalreply_p.h b/src/coap/qcoapinternalreply_p.h
index f144b47..4e9d60b 100644
--- a/src/coap/qcoapinternalreply_p.h
+++ b/src/coap/qcoapinternalreply_p.h
@@ -55,7 +55,6 @@ class Q_AUTOTEST_EXPORT QCoapInternalReply : public QCoapInternalMessage
Q_OBJECT
public:
explicit QCoapInternalReply(QObject *parent = nullptr);
- QCoapInternalReply(const QCoapInternalReply &other, QObject *parent = nullptr);
static QCoapInternalReply *createFromFrame(const QByteArray &frame, QObject *parent = nullptr);
void appendData(const QByteArray &data);
@@ -84,6 +83,4 @@ public:
QT_END_NAMESPACE
-Q_DECLARE_METATYPE(QCoapInternalReply)
-
#endif // QCOAPINTERNALREPLY_H