Skip to content

Commit afc54a6

Browse files
committed
fixed error
1 parent 645b784 commit afc54a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/socketapi/socketapi.cpp

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

557557
auto job = new OCC::EncryptFolderJob(account, folder->journalDb(), choppedPath, choppedPath, folder->remotePath(), rec.numericFileId());
558558
job->setParent(this);
559-
connect(job, &OCC::EncryptFolderJob::finished, this, [fileData, job, account](const int status) {
559+
connect(job, &OCC::EncryptFolderJob::finished, this, [fileData, account](const int status) {
560560
if (status == OCC::EncryptFolderJob::Error) {
561561
const int ret = QMessageBox::critical(
562562
nullptr,

0 commit comments

Comments
 (0)