mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Do not automatically delete edit locally token verification job upon completion, rely on manager's smart pointers
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
1080389d95
commit
5df96b80e0
@ -129,8 +129,6 @@ void EditLocallyVerificationJob::responseReceived(const int statusCode)
|
||||
emit error(tr("Could not start editing locally."),
|
||||
tr("An error occurred trying to verify the request to edit locally."));
|
||||
}
|
||||
|
||||
deleteLater();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user