qt5base-lts/examples/network/download
Mitch Curtis 730dfc74d3 Fixed "No such signal" error in download example output.
The signal sslErrors is not defined by QNetworkReply when QT_NO_SSL
is undefined. The solution was to add the an ifndef guard around the
call to connect so that the signal is only used when it is defined.

Change-Id: I9f104ec630ed448af65669b0861df233de5172ac
Reviewed-by: Martin Petersson <Martin.Petersson@nokia.com>
2012-05-22 10:27:46 +02:00
..
download.desktop Squashed commit of changes from the 4.8-temp branch. 2011-05-23 14:24:07 +02:00
download.pro clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
main.cpp Fixed "No such signal" error in download example output. 2012-05-22 10:27:46 +02:00