aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;