aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppIq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppIq.cpp')
-rw-r--r--source/QXmppIq.cpp3
1 files changed, 2 insertions, 1 deletions
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<QXmppIq::Type>(-1));
- qWarning("QXmppIq::setTypeFromStr() invalid input string type: %s", qPrintable(str));
+ qWarning("QXmppIq::setTypeFromStr() invalid input string type: %s",
+ qPrintable(str));
return;
}
}