diff options
Diffstat (limited to 'src/server/mod_proxy65.cpp')
| -rw-r--r-- | src/server/mod_proxy65.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/mod_proxy65.cpp b/src/server/mod_proxy65.cpp index c5edbd4a..99b840f8 100644 --- a/src/server/mod_proxy65.cpp +++ b/src/server/mod_proxy65.cpp @@ -188,8 +188,8 @@ QXmppServerProxy65::QXmppServerProxy65() d->totalBytes = 0; d->totalTransfers = 0; - bool check = connect(d->server, SIGNAL(newConnection(QTcpSocket*, const QString&, quint16)), - this, SLOT(slotSocketConnected(QTcpSocket*, const QString &, quint16))); + bool check = connect(d->server, SIGNAL(newConnection(QTcpSocket*,QString,quint16)), + this, SLOT(slotSocketConnected(QTcpSocket*,QString,quint16))); Q_ASSERT(check); check = connect(d->statisticsTimer, SIGNAL(timeout()), |
