diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-13 10:59:58 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-13 10:59:58 +0200 |
| commit | 5daff75e60f862ce721dbe1358e54036b6d25ebe (patch) | |
| tree | b873fb40d43692a9b8e60b9e50f114e79ef2c9ff /examples/GuiClient/vCardCache.h | |
| parent | e63fabec07872984dec1ed8f2e9661447b686768 (diff) | |
| download | qxmpp-5daff75e60f862ce721dbe1358e54036b6d25ebe.tar.gz | |
fix display of own vCard
Diffstat (limited to 'examples/GuiClient/vCardCache.h')
| -rw-r--r-- | examples/GuiClient/vCardCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/GuiClient/vCardCache.h b/examples/GuiClient/vCardCache.h index f8586d47..a2b69d1f 100644 --- a/examples/GuiClient/vCardCache.h +++ b/examples/GuiClient/vCardCache.h @@ -39,7 +39,7 @@ class vCardCache : public QObject public: vCardCache(QXmppClient* client); - bool isVCardAvailable(const QString& bareJid); + bool isVCardAvailable(const QString& bareJid) const; void requestVCard(const QString& bareJid); QXmppVCardIq& getVCard(const QString& bareJid); QImage getAvatar(const QString& bareJid) const; |
