diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-08-12 08:48:28 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-08-12 08:48:28 (GMT) |
commit | 6383349c11fdff670a0244edb16fd7b7750a4e62 (patch) | |
tree | 3dd191080920a775de643d96d9fd7bae402dfb84 /tests/auto/qsslsocket | |
parent | bceb9733ceae86612adb622d88d6681a13ccd52c (diff) | |
download | Qt-6383349c11fdff670a0244edb16fd7b7750a4e62.zip Qt-6383349c11fdff670a0244edb16fd7b7750a4e62.tar.gz Qt-6383349c11fdff670a0244edb16fd7b7750a4e62.tar.bz2 |
Fixed QtNetwork autotest build breaks for Symbian.
Also updated QtNetwork auto test category file.
Diffstat (limited to 'tests/auto/qsslsocket')
-rw-r--r-- | tests/auto/qsslsocket/tst_qsslsocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qsslsocket/tst_qsslsocket.cpp b/tests/auto/qsslsocket/tst_qsslsocket.cpp index 12e8f1b..05b0794 100644 --- a/tests/auto/qsslsocket/tst_qsslsocket.cpp +++ b/tests/auto/qsslsocket/tst_qsslsocket.cpp @@ -626,7 +626,7 @@ void tst_QSslSocket::connectToHostEncryptedWithVerificationPeerName() socket->addCaCertificates(QLatin1String(SRCDIR "certs/qt-test-server-cacert.pem")); #ifdef QSSLSOCKET_CERTUNTRUSTED_WORKAROUND - connect(&socket, SIGNAL(sslErrors(QList<QSslError>)), + connect(socket, SIGNAL(sslErrors(QList<QSslError>)), this, SLOT(untrustedWorkaroundSlot(QList<QSslError>))); #endif |