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:
parent
3ca4b74618
commit
a85edb3781
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user