From 0b606b76e679c587fb14c2472de1b809954f29bf Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Mon, 7 Sep 2009 15:17:44 +0000 Subject: XEP-0054: vcard-temp implementation and other code cleanups --- source/QXmppIq.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/QXmppIq.cpp') diff --git a/source/QXmppIq.cpp b/source/QXmppIq.cpp index 6010ba03..68857c0d 100644 --- a/source/QXmppIq.cpp +++ b/source/QXmppIq.cpp @@ -124,7 +124,8 @@ void QXmppIq::setTypeFromStr(const QString& str) else { setType(static_cast(-1)); - qWarning("QXmppIq::setTypeFromStr() invalid input string type: %s", qPrintable(str)); + qWarning("QXmppIq::setTypeFromStr() invalid input string type: %s", + qPrintable(str)); return; } } -- cgit v1.2.3