Clarified sendCustomRequest documentation to include HTTPS

Reviewed-By: mgoetz
(cherry picked from commit 16b8c940dac02ec77e6ff9fe4150c32db1811e74)
This commit is contained in:
Janne Anttila 2011-05-03 11:38:18 +03:00 committed by Olivier Goffart
parent 94beee1c37
commit 2d07ca2cbd

View File

@ -867,7 +867,7 @@ QNetworkAccessManager::NetworkAccessibility QNetworkAccessManager::networkAccess
device will be uploaded to the server; in that case, data must be open for device will be uploaded to the server; in that case, data must be open for
reading and must remain valid until the finished() signal is emitted for this reply. reading and must remain valid until the finished() signal is emitted for this reply.
\note This feature is currently available for HTTP only. \note This feature is currently available for HTTP(S) only.
\sa get(), post(), put(), deleteResource() \sa get(), post(), put(), deleteResource()
*/ */