Fix unintended source compatiblity break in QSslSocket
authorShane Kearns <ext-shane.2.kearns@nokia.com>
Thu, 2 Feb 2012 15:51:26 +0000 (15:51 +0000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 2 Feb 2012 16:11:37 +0000 (17:11 +0100)
commitddf21c384f91ff58c01c2d08c95cb42c8eecabc9
tree7f8b0492e995db9050465f8c09bc1a5fa56ebf1c
parentea8e048e1dc6094fc66143a8ee4a9cd6bdf3a952
Fix unintended source compatiblity break in QSslSocket

QSslSocket overrides one version of QAbstractSocket::connectToHost.
Since these functions were made virtual, this now hides the other
overloads.
Added a using statement to make the other overloads visible.

Change-Id: Ia48fdc9bd67936c75c25bb24dabd26a723bb7a05
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/network/ssl/qsslsocket.h