MCPcopy Create free account
hub / github.com/KDAB/GammaRay / objectDestroyed

Method objectDestroyed

core/remote/server.cpp:310–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310void Server::objectDestroyed(Protocol::ObjectAddress /*objectAddress*/, const QString &objectName,
311 QObject *object)
312{
313 Q_UNUSED(object);
314 removeObjectNameAddressMapping(objectName);
315
316 if (isConnected()) {
317 Message msg(endpointAddress(), Protocol::ObjectRemoved);
318 msg << objectName;
319 send(msg);
320 }
321}
322
323void Server::broadcast()
324{

Callers 1

objectRemovedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected