aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppVCard.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-26 07:53:46 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-26 07:53:46 +0000
commite2e56fc1426f408aacb4b458e8773aae1d2494e9 (patch)
tree53ae6b75fbfbab071c4a1dc9d9270134555f3501 /src/QXmppVCard.h
parent821ac0b4dbeccd98d4483efcafecd82efbd55d8f (diff)
downloadqxmpp-e2e56fc1426f408aacb4b458e8773aae1d2494e9.tar.gz
add QXmppVCard::isVCard for consistency
Diffstat (limited to 'src/QXmppVCard.h')
-rw-r--r--src/QXmppVCard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/QXmppVCard.h b/src/QXmppVCard.h
index 446f645e..7e731e83 100644
--- a/src/QXmppVCard.h
+++ b/src/QXmppVCard.h
@@ -66,6 +66,8 @@ public:
QImage photoAsImage() const;
const QByteArray& photo() const;
+ static bool isVCard(const QDomElement &element);
+
// deprecated accessors, use the form without "get" instead
/// \cond
QString Q_DECL_DEPRECATED getFullName() const;