Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ navigateToReceiver
Method
navigateToReceiver
ui/tools/objectinspector/connectionsextensionclient.cpp:34–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
void ConnectionsExtensionClient::navigateToReceiver(int modelRow)
35
{
36
Endpoint::instance()->invokeObject(name(),
"navigateToReceiver"
,
37
QVariantList() << QVariant::fromValue(modelRow));
38
}
Callers
1
outboundContextMenu
Method · 0.45
Calls
1
invokeObject
Method · 0.45
Tested by
no test coverage detected