diff options
Diffstat (limited to 'src/QXmppVCard.h')
| -rw-r--r-- | src/QXmppVCard.h | 2 |
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; |
