Modified recently added case to AccountManager

This commit is contained in:
Atlante45 2014-07-02 16:12:39 -07:00
parent 106e5b578b
commit 1815472c6b

View file

@ -205,7 +205,7 @@ void AccountManager::invokedRequest(const QString& path, QNetworkAccessManager::
break; break;
case QNetworkAccessManager::DeleteOperation: case QNetworkAccessManager::DeleteOperation:
networkReply = _networkAccessManager->sendCustomRequest(authenticatedRequest, "DELETE"); networkReply = networkAccessManager.sendCustomRequest(authenticatedRequest, "DELETE");
break; break;
default: default:
// other methods not yet handled // other methods not yet handled