diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-09-21 09:23:30 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-09-21 09:23:30 +0000 |
| commit | 387269664f575429b3d8e023c4bce51763b6335c (patch) | |
| tree | c62bdf70e2be08518ad1a3cda03009fc57163d6d /src/QXmppPresence.cpp | |
| parent | 44593bd7f234284a515df59cce3332f8b91d5022 (diff) | |
| download | qxmpp-387269664f575429b3d8e023c4bce51763b6335c.tar.gz | |
remove trailing whitespace
Diffstat (limited to 'src/QXmppPresence.cpp')
| -rw-r--r-- | src/QXmppPresence.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QXmppPresence.cpp b/src/QXmppPresence.cpp index df5ff9f0..b967c8e5 100644 --- a/src/QXmppPresence.cpp +++ b/src/QXmppPresence.cpp @@ -319,7 +319,7 @@ void QXmppPresence::Status::setTypeFromStr(const QString& str) else if(str == "xa") m_type = QXmppPresence::Status::XA; else { - qWarning("QXmppPresence::Status::setTypeFromStr() invalid input string type %s", + qWarning("QXmppPresence::Status::setTypeFromStr() invalid input string type %s", qPrintable(str)); m_type = QXmppPresence::Status::Online; } |
