mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Ref T218, renamed some functions of CIdentifier
This commit is contained in:
@@ -304,7 +304,7 @@ namespace BlackMisc
|
||||
while (out != end && out.key() < in.key()) { ++out; }
|
||||
auto &element = getElement(in.key(), out);
|
||||
|
||||
if (originator.isFromSameProcess()) // round trip
|
||||
if (originator.hasApplicationProcessId()) // round trip
|
||||
{
|
||||
element.m_pendingChanges--;
|
||||
Q_ASSERT(element.m_pendingChanges >= 0);
|
||||
|
||||
Reference in New Issue
Block a user