mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
Modified recently added case to AccountManager
This commit is contained in:
parent
106e5b578b
commit
1815472c6b
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ void AccountManager::invokedRequest(const QString& path, QNetworkAccessManager::
|
|||
|
||||
break;
|
||||
case QNetworkAccessManager::DeleteOperation:
|
||||
networkReply = _networkAccessManager->sendCustomRequest(authenticatedRequest, "DELETE");
|
||||
networkReply = networkAccessManager.sendCustomRequest(authenticatedRequest, "DELETE");
|
||||
break;
|
||||
default:
|
||||
// other methods not yet handled
|
||||
|
|
Loading…
Reference in a new issue