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

Method registerSignalSpyCallbackSet

core/probe.cpp:942–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940}
941
942void Probe::registerSignalSpyCallbackSet(const SignalSpyCallbackSet &callbacks)
943{
944 if (callbacks.isNull())
945 return;
946 m_signalSpyCallbacks.push_back(callbacks);
947 setupSignalSpyCallbacks();
948}
949
950void Probe::setupSignalSpyCallbacks()
951{

Callers 2

TimerTopMethod · 0.80
SignalHistoryModelMethod · 0.80

Calls 1

isNullMethod · 0.45

Tested by

no test coverage detected