use the returns in the #ifndef

If the two returns in the #ifndef are not supposed to be used,
please revert and add a comment or remove them.
This commit is contained in:
Jaime Torres 2011-12-04 13:23:56 +01:00
parent 7988a4a7e4
commit 461d2562ce

View File

@ -76,7 +76,6 @@ QNetworkReply *PackageAccessManager::createRequest(QNetworkAccessManager::Operat
(!m_auth->authorizeRequiredExtension("networkio"))) {
return new ErrorReply(op, req);
} else {
return KIO::AccessManager::createRequest(op, req, outgoingData);
#ifndef PLASMA_NO_KIO
return KIO::AccessManager::createRequest(op, req, outgoingData);
#else