diff --git a/src/gui/editlocallyverificationjob.cpp b/src/gui/editlocallyverificationjob.cpp index 8331a8dda8..dd6417e3de 100644 --- a/src/gui/editlocallyverificationjob.cpp +++ b/src/gui/editlocallyverificationjob.cpp @@ -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(); } }