Skip to content

Commit 8844851

Browse files
memuratsgithub-actions
authored andcommitted
fixed error
1 parent 532397b commit 8844851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gui/socketapi/socketapi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ void SocketApi::processEncryptRequest(const QString &localFile)
539539

540540
auto job = new OCC::EncryptFolderJob(account, folder->journalDb(), choppedPath, choppedPath, folder->remotePath(), rec.numericFileId());
541541
job->setParent(this);
542-
connect(job, &OCC::EncryptFolderJob::finished, this, [fileData, job, account](const int status) {
542+
connect(job, &OCC::EncryptFolderJob::finished, this, [fileData, account](const int status) {
543543
if (status == OCC::EncryptFolderJob::Error) {
544544
const int ret = QMessageBox::critical(
545545
nullptr,

0 commit comments

Comments
 (0)