aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/vCardCache.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-13 10:59:58 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-13 10:59:58 +0200
commit5daff75e60f862ce721dbe1358e54036b6d25ebe (patch)
treeb873fb40d43692a9b8e60b9e50f114e79ef2c9ff /examples/GuiClient/vCardCache.cpp
parente63fabec07872984dec1ed8f2e9661447b686768 (diff)
downloadqxmpp-5daff75e60f862ce721dbe1358e54036b6d25ebe.tar.gz
fix display of own vCard
Diffstat (limited to 'examples/GuiClient/vCardCache.cpp')
-rw-r--r--examples/GuiClient/vCardCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/GuiClient/vCardCache.cpp b/examples/GuiClient/vCardCache.cpp
index 6b1935d2..83a0779d 100644
--- a/examples/GuiClient/vCardCache.cpp
+++ b/examples/GuiClient/vCardCache.cpp
@@ -52,7 +52,7 @@ void vCardCache::vCardReceived(const QXmppVCardIq& vcard)
emit vCardReadyToUse(from);
}
-bool vCardCache::isVCardAvailable(const QString& bareJid)
+bool vCardCache::isVCardAvailable(const QString& bareJid) const
{
return m_mapBareJidVcard.contains(bareJid);
}