diff options
Diffstat (limited to 'src/base/QXmppStun.cpp')
| -rw-r--r-- | src/base/QXmppStun.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/base/QXmppStun.cpp b/src/base/QXmppStun.cpp index cd0dc384..c5005237 100644 --- a/src/base/QXmppStun.cpp +++ b/src/base/QXmppStun.cpp @@ -1039,8 +1039,7 @@ QString QXmppStunMessage::toString() const break; } dumpLines << QStringLiteral(" type %1 (%2)") - .arg(typeName) - .arg(QString::number(m_type)); + .arg(typeName, QString::number(m_type)); dumpLines << QStringLiteral(" id %1").arg(QString::fromLatin1(m_id.toHex())); // attributes |
