mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02: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;
|
break;
|
||||||
default:
|
default:
|
||||||
// other methods not yet handled
|
// other methods not yet handled
|
||||||
|
|
Loading…
Reference in a new issue