Skip to content

Commit 6f3c5c1

Browse files
committed
fixed error
1 parent d29ce7c commit 6f3c5c1

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
@@ -554,7 +554,7 @@ void SocketApi::processEncryptRequest(const QString &localFile)
554554

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

0 commit comments

Comments
 (0)