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

Method registerObject

core/remote/server.cpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218Protocol::ObjectAddress Server::registerObject(const QString &name, QObject *object)
219{
220 return registerObject(name, object, ExportEverything);
221}
222
223static bool isNotifySignal(const QMetaObject *mo, const QMetaMethod &method)
224{

Callers 2

registerServerMethod · 0.45
SelectionModelServerMethod · 0.45

Calls 5

registerObjectFunction · 0.85
isNotifySignalFunction · 0.85
metaObjectMethod · 0.45
connectToSignalMethod · 0.45
addObjectMethod · 0.45

Tested by

no test coverage detected