diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-09-07 15:17:44 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-09-07 15:17:44 +0000 |
| commit | 0b606b76e679c587fb14c2472de1b809954f29bf (patch) | |
| tree | e5e62344d87a95d9fc1601bea953befe7512ca0d /source/QXmppIq.cpp | |
| parent | da98f95e3130149725c3e96313619404dd7debd3 (diff) | |
| download | qxmpp-0b606b76e679c587fb14c2472de1b809954f29bf.tar.gz | |
XEP-0054: vcard-temp implementation and other code cleanups
Diffstat (limited to 'source/QXmppIq.cpp')
| -rw-r--r-- | source/QXmppIq.cpp | 3 |
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;
}
}
|
