Skip to content

Commit 1eeee59

Browse files
memuratsgithub-actions
authored andcommitted
fixed error
1 parent af136c8 commit 1eeee59

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

568568
auto job = new OCC::EncryptFolderJob(account, folder->journalDb(), choppedPath, choppedPath, folder->remotePath(), rec.numericFileId());
569569
job->setParent(this);
570-
connect(job, &OCC::EncryptFolderJob::finished, this, [fileData, job, account](const int status) {
570+
connect(job, &OCC::EncryptFolderJob::finished, this, [fileData, account](const int status) {
571571
if (status == OCC::EncryptFolderJob::Error) {
572572
const int ret = QMessageBox::critical(
573573
nullptr,

0 commit comments

Comments
 (0)