mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Add DELETE to AccountManager
This commit is contained in:
parent
33e11be3e0
commit
50e77be406
1 changed files with 3 additions and 0 deletions
|
@ -204,6 +204,9 @@ void AccountManager::invokedRequest(const QString& path, QNetworkAccessManager::
|
|||
}
|
||||
}
|
||||
|
||||
break;
|
||||
case QNetworkAccessManager::DeleteOperation:
|
||||
networkReply = _networkAccessManager->sendCustomRequest(authenticatedRequest, "DELETE");
|
||||
break;
|
||||
default:
|
||||
// other methods not yet handled
|
||||
|
|
Loading…
Reference in a new issue