aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2020-01-14 13:00:24 +0100
committerDominik Holland <dominik.holland@qt.io>2020-01-14 13:20:00 +0100
commit7ddf165e3fa8130c7a0b702a727d4238ddab35bb (patch)
tree7f45a09d7902710079a1dea139088aa3ea6bef83
parentb8695ae319d56ec0423f1a0b214788115dde8e6b (diff)
Fix compilation warnings
This partially cherry-picks: 6e329be7d833279f3e616fb975de89332d3b97c1 Change-Id: I84e329d27828c740a57cf95545a0a1e45cd0ad6a Reviewed-by: Robert Griebl <robert.griebl@qt.io>
-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;