aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppOutgoingServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/QXmppOutgoingServer.cpp')
-rw-r--r--src/QXmppOutgoingServer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/QXmppOutgoingServer.cpp b/src/QXmppOutgoingServer.cpp
index 035c338e..3c959a44 100644
--- a/src/QXmppOutgoingServer.cpp
+++ b/src/QXmppOutgoingServer.cpp
@@ -131,6 +131,8 @@ void QXmppOutgoingServer::handleStart()
void QXmppOutgoingServer::handleStream(const QDomElement &streamElement)
{
+ Q_UNUSED(streamElement);
+
// gmail.com servers are broken: they never send <stream:features>,
// so we schedule sending the dialback in a couple of seconds
d->dialbackTimer->start();