aboutsummaryrefslogtreecommitdiffstats
path: root/src/ivicore/qivipendingreply.h
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2019-10-09 10:06:35 +0200
committerDominik Holland <dominik.holland@qt.io>2019-10-10 18:31:18 +0200
commit6e329be7d833279f3e616fb975de89332d3b97c1 (patch)
tree294784c67e41f966b2086d58c5b45b28a98f6880 /src/ivicore/qivipendingreply.h
parent9338ef08af7803f0d39830830547b44bb3373e34 (diff)
Fix compliation warnings
Change-Id: I4f08874c33adce225f5425bc57fe0fb55b5ddd39 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'src/ivicore/qivipendingreply.h')
-rw-r--r--src/ivicore/qivipendingreply.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ivicore/qivipendingreply.h b/src/ivicore/qivipendingreply.h
index 5536e75..e0b5aeb 100644
--- a/src/ivicore/qivipendingreply.h
+++ b/src/ivicore/qivipendingreply.h
@@ -98,6 +98,8 @@ public:
QIviPendingReplyBase() = default;
QIviPendingReplyBase(const QIviPendingReplyBase & other);
~QIviPendingReplyBase() = default;
+ QIviPendingReplyBase& operator=(const QIviPendingReplyBase&) = default;
+ QIviPendingReplyBase& operator=(QIviPendingReplyBase&&) = default;
QIviPendingReplyWatcher* watcher() const;
QVariant value() const;