mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
[CSE] Remove warning.
This commit is contained in:
parent
69d73162aa
commit
560ce958de
@ -275,7 +275,7 @@ void AccountSettings::slotMarkSubfolderDecrypted(const QByteArray& fileId)
|
||||
{
|
||||
auto job = new OCC::DeleteApiJob(accountsState()->account(),
|
||||
"ocs/v2.php/apps/end_to_end_encryption/api/v1/encrypted/" + QString(fileId));
|
||||
connect(job, &OCC::DeleteApiJob::result, [this](int httpResponse) {
|
||||
connect(job, &OCC::DeleteApiJob::result, [](int httpResponse) {
|
||||
qCInfo(lcAccountSettings) << "Decrypt Http Response" << httpResponse;
|
||||
});
|
||||
job->start();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user