QNam remove compile warnings for QNetworkReplyHttpImpl

Change-Id: I677a72a1cdcb295dd87d2559163e6f56e97c40c8
Reviewed-on: http://codereview.qt.nokia.com/1083
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Markus Goetz
This commit is contained in:
Martin Petersson 2011-07-04 15:48:28 +02:00 committed by Qt by Nokia
parent 3ca4b74618
commit a85edb3781

View File

@ -365,6 +365,7 @@ qint64 QNetworkReplyHttpImpl::readData(char* data, qint64 maxlen)
void QNetworkReplyHttpImpl::setReadBufferSize(qint64 size)
{
Q_UNUSED(size);
// FIXME, unsupported right now
return;
}
@ -1169,7 +1170,6 @@ void QNetworkReplyHttpImplPrivate::replyDownloadProgressSlot(qint64 bytesReceive
void QNetworkReplyHttpImplPrivate::httpAuthenticationRequired(const QHttpNetworkRequest &,
QAuthenticator *auth)
{
Q_Q(QNetworkReplyHttpImpl);
managerPrivate->authenticationRequired(auth, q_func(), synchronous, url, &urlForLastAuthentication);
}