aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppVCardIq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppVCardIq.h')
-rw-r--r--src/base/QXmppVCardIq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/QXmppVCardIq.h b/src/base/QXmppVCardIq.h
index dc027a76..ea918c41 100644
--- a/src/base/QXmppVCardIq.h
+++ b/src/base/QXmppVCardIq.h
@@ -34,9 +34,11 @@ public:
QXmppVCardAddress();
QXmppVCardAddress(const QXmppVCardAddress &other);
+ QXmppVCardAddress(QXmppVCardAddress &&);
~QXmppVCardAddress();
QXmppVCardAddress &operator=(const QXmppVCardAddress &other);
+ QXmppVCardAddress &operator=(QXmppVCardAddress &&);
QString country() const;
void setCountry(const QString &country);