mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +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;
|
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
|
||||||
|
|
Loading…
Reference in a new issue