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

Method invokeMethod

ui/tools/objectinspector/methodsextensionclient.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void MethodsExtensionClient::invokeMethod(Qt::ConnectionType type)
35{
36 Endpoint::instance()->invokeObject(name(), "invokeMethod",
37 QVariantList() << QVariant::fromValue(type));
38}
39
40void MethodsExtensionClient::connectToSignal()
41{

Callers 3

methodActivatedMethod · 0.45
saveFileLogConfigMethod · 0.45
exportModLogConfigMethod · 0.45

Calls 1

invokeObjectMethod · 0.45

Tested by

no test coverage detected