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/QXmppStun.cpp | |
| parent | 44593bd7f234284a515df59cce3332f8b91d5022 (diff) | |
| download | qxmpp-387269664f575429b3d8e023c4bce51763b6335c.tar.gz | |
remove trailing whitespace
Diffstat (limited to 'src/QXmppStun.cpp')
| -rw-r--r-- | src/QXmppStun.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/QXmppStun.cpp b/src/QXmppStun.cpp index 08308648..16cef928 100644 --- a/src/QXmppStun.cpp +++ b/src/QXmppStun.cpp @@ -773,7 +773,7 @@ bool QXmppStunMessage::decode(const QByteArray &buffer, const QByteArray &key, Q /// Encodes the current QXmppStunMessage, optionally calculating the /// message integrity attribute using the given key. -/// +/// /// \param key /// \param addFingerprint @@ -978,7 +978,7 @@ quint16 QXmppStunMessage::peekType(const QByteArray &buffer, quint32 &cookie, QB stream.readRawData(id.data(), id.size()); return type; } - + QString QXmppStunMessage::toString() const { QStringList dumpLines; @@ -2117,7 +2117,7 @@ void QXmppIceComponent::handleDatagram(const QByteArray &buffer, const QHostAddr // signal completion if (pair && pair->checked == QIODevice::ReadWrite) - { + { m_timer->stop(); if (!m_activePair || pair->priority() > m_activePair->priority()) { info(QString("ICE pair selected %1 (priority: %2)").arg( |
