Skip to content

Commit f6798b3

Browse files
memuratsgithub-actions
authored andcommitted
fixed error
1 parent b9450be commit f6798b3

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

534534
auto job = new OCC::EncryptFolderJob(account, folder->journalDb(), choppedPath, choppedPath, folder->remotePath(), rec.numericFileId());
535535
job->setParent(this);
536-
connect(job, &OCC::EncryptFolderJob::finished, this, [fileData, job, account](const int status) {
536+
connect(job, &OCC::EncryptFolderJob::finished, this, [fileData, account](const int status) {
537537
if (status == OCC::EncryptFolderJob::Error) {
538538
const int ret = QMessageBox::critical(
539539
nullptr,

0 commit comments

Comments
 (0)