Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ init
Method
init
core/proxytoolfactory.cpp:36–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void ProxyToolFactory::init(Probe *probe)
37
{
38
loadPlugin();
39
ToolFactory *fac = factory();
40
if (!fac)
41
return;
42
Q_ASSERT(fac);
43
fac->init(probe);
44
}
45
46
bool ProxyToolFactory::isHidden() const
47
{
Callers
1
objectAdded
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected