diff options
| author | 0xd34df00d <0xd34df00d@gmail.com> | 2014-04-23 16:48:18 +0400 |
|---|---|---|
| committer | 0xd34df00d <0xd34df00d@gmail.com> | 2014-04-23 16:48:18 +0400 |
| commit | 4e2ae6954c20b0b7e3a9845d2331e68695153726 (patch) | |
| tree | a9a7843362dc082e3e5d6f97926a5a2de5bcd248 /src/base/QXmppVCardIq.h | |
| parent | c94d62a1df697b2ab7701f89c1aaa9b4c981ad0f (diff) | |
| download | qxmpp-4e2ae6954c20b0b7e3a9845d2331e68695153726.tar.gz | |
Added operator== and != for QXmppVCardAddress.
Diffstat (limited to 'src/base/QXmppVCardIq.h')
| -rw-r--r-- | src/base/QXmppVCardIq.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/base/QXmppVCardIq.h b/src/base/QXmppVCardIq.h index cb54b91d..ae0e7efc 100644 --- a/src/base/QXmppVCardIq.h +++ b/src/base/QXmppVCardIq.h @@ -84,6 +84,9 @@ private: QSharedDataPointer<QXmppVCardAddressPrivate> d; }; +QXMPP_EXPORT bool operator==(const QXmppVCardAddress&, const QXmppVCardAddress&); +QXMPP_EXPORT bool operator!=(const QXmppVCardAddress&, const QXmppVCardAddress&); + /// \brief Represents a vCard e-mail address. class QXMPP_EXPORT QXmppVCardEmail |
