aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/vCardCache.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-13 19:35:11 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-13 19:35:11 +0000
commita6e4cd9f22be063120f45ca7249edb343b3ab27b (patch)
treeb4c92f3b85478609c7871f5120cfdbd47099a544 /examples/GuiClient/vCardCache.h
parentcbd5752bd5a1165e93edfad15bbbfac0ccebb81d (diff)
downloadqxmpp-a6e4cd9f22be063120f45ca7249edb343b3ab27b.tar.gz
add getPhotoHash
Diffstat (limited to 'examples/GuiClient/vCardCache.h')
-rw-r--r--examples/GuiClient/vCardCache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/GuiClient/vCardCache.h b/examples/GuiClient/vCardCache.h
index 9116142b..4abbd497 100644
--- a/examples/GuiClient/vCardCache.h
+++ b/examples/GuiClient/vCardCache.h
@@ -46,6 +46,8 @@ public:
void loadFromFile();
+ QByteArray getPhotoHash(const QString& bareJid) const;
+
signals:
void vCardReadyToUse(const QString& bareJid);