aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppSocks.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-03-08 06:52:06 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-03-08 06:52:06 +0000
commite7c592c23855e24410ab6124c2b176878320879c (patch)
tree1f972e2c8240dfa98ed429ae4bcb053dfc45c82d /source/QXmppSocks.cpp
parentcaf8bfb50c950b385edb8ec5265c51ae6c74438f (diff)
downloadqxmpp-e7c592c23855e24410ab6124c2b176878320879c.tar.gz
fix typo
Diffstat (limited to 'source/QXmppSocks.cpp')
-rw-r--r--source/QXmppSocks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppSocks.cpp b/source/QXmppSocks.cpp
index 78d3505f..af53496f 100644
--- a/source/QXmppSocks.cpp
+++ b/source/QXmppSocks.cpp
@@ -122,7 +122,7 @@ void QXmppSocksClient::connectToHost(const QString &hostName, quint16 hostPort)
void QXmppSocksClient::slotConnected()
{
- m_step == ConnectState;
+ m_step = ConnectState;
// disconnect from signal
disconnect(this, SIGNAL(connected()), this, SLOT(slotConnected()));