diff options
Diffstat (limited to 'src/base/QXmppPushEnableIq.h')
| -rw-r--r-- | src/base/QXmppPushEnableIq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/QXmppPushEnableIq.h b/src/base/QXmppPushEnableIq.h index 49d48fbe..e76a2682 100644 --- a/src/base/QXmppPushEnableIq.h +++ b/src/base/QXmppPushEnableIq.h @@ -24,8 +24,10 @@ class QXMPP_EXPORT QXmppPushEnableIq : public QXmppIq public: QXmppPushEnableIq(); QXmppPushEnableIq(const QXmppPushEnableIq &); + QXmppPushEnableIq(QXmppPushEnableIq &&); ~QXmppPushEnableIq(); QXmppPushEnableIq &operator=(const QXmppPushEnableIq &); + QXmppPushEnableIq &operator=(QXmppPushEnableIq &&); /// /// \brief The Mode enum describes whether the IQ should enable or disable |
