From f75456060f09da070215d705b4e870e67b41b2f2 Mon Sep 17 00:00:00 2001 From: pokamest Date: Thu, 3 Jun 2021 10:42:58 -0700 Subject: [PATCH] build fix --- client/core/ipcclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/core/ipcclient.cpp b/client/core/ipcclient.cpp index 0ee4886d..c8b5ede9 100644 --- a/client/core/ipcclient.cpp +++ b/client/core/ipcclient.cpp @@ -48,7 +48,7 @@ QSharedPointer IpcClient::CreatePrivilegedProcess() qWarning() << "IpcProcessInterfaceReplica replica is not connected!"; } - connect(pd->ipcProcess.data(), &IpcProcessInterfaceReplica::destroyed, pd->ipcProcess.data(), [this, pd](){ + connect(pd->ipcProcess.data(), &IpcProcessInterfaceReplica::destroyed, pd->ipcProcess.data(), [pd](){ pd->replicaNode->deleteLater(); }); }