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

Method hasObject

common/objectbroker.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56bool ObjectBroker::hasObject(const QString &name)
57{
58 return s_objectBroker()->objects.contains(name);
59}
60
61QObject *ObjectBroker::objectInternal(const QString &name, const QByteArray &type)
62{

Callers 2

methodActivatedMethod · 0.45
methodContextMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected