aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/vCardManager.cpp
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-08 09:42:56 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-08 09:42:56 +0000
commit12f40c92974d3d78806f2bfc0fb464276493d943 (patch)
tree04cfa1bf67466ad6afaeb3d7c58cea764e98aadc /examples/GuiClient/vCardManager.cpp
parent797ac679535fc22a7b758ee3e830d860aa358be2 (diff)
downloadqxmpp-12f40c92974d3d78806f2bfc0fb464276493d943.tar.gz
suppress warnings
Diffstat (limited to 'examples/GuiClient/vCardManager.cpp')
-rw-r--r--examples/GuiClient/vCardManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/GuiClient/vCardManager.cpp b/examples/GuiClient/vCardManager.cpp
index 3a7868ce..297b4985 100644
--- a/examples/GuiClient/vCardManager.cpp
+++ b/examples/GuiClient/vCardManager.cpp
@@ -37,7 +37,7 @@ vCardManager::vCardManager(QXmppClient* client) : QObject(client),
{
}
-void vCardManager::vCardReceived(const QXmppVCard& vcard)
+void vCardManager::vCardReceived(const QXmppVCardIq& vcard)
{
QString from = vcard.getFrom();
if(from.isEmpty() && m_client)