Fix link error in QSslSocket auto test
authorShane Kearns <ext-shane.2.kearns@nokia.com>
Fri, 27 Jan 2012 16:49:00 +0000 (16:49 +0000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 30 Jan 2012 19:18:28 +0000 (20:18 +0100)
commit911ab74161a7727d97e7faa90148bbad0a421271
tree5b18426b9d56e43de8147668888dd126172bb822
parenta4ab8d0bbc4075e90547dac9df91a4cfac93942a
Fix link error in QSslSocket auto test

This has been broken for months, but invisible because the code causing
the link error is unreachable (due to QSKIP). So the link error only
occurs in debug builds with -O0.

Change-Id: I6093a7803bedf37bfc8c2d9ff0b28b2309b57959
Reviewed-by: Richard J. Moore <rich@kde.org>
tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp