build fix
This commit is contained in:
parent
623aae3718
commit
f75456060f
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ QSharedPointer<IpcProcessInterfaceReplica> IpcClient::CreatePrivilegedProcess()
|
||||||
qWarning() << "IpcProcessInterfaceReplica replica is not connected!";
|
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();
|
pd->replicaNode->deleteLater();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue