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/QXmppMessage.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/QXmppMessage.cpp') diff --git a/source/QXmppMessage.cpp b/source/QXmppMessage.cpp index 9ec72be4..54f599bb 100644 --- a/source/QXmppMessage.cpp +++ b/source/QXmppMessage.cpp @@ -102,7 +102,8 @@ void QXmppMessage::setTypeFromStr(const QString& str) else { setType(static_cast(-1)); - qWarning("QXmppMessage::setTypeFromStr() invalid input string type: %s", qPrintable(str)); + qWarning("QXmppMessage::setTypeFromStr() invalid input string type: %s", + qPrintable(str)); return; } } -- cgit v1.2.3