Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ objectAdded
Method
objectAdded
plugins/wlcompositorinspector/wlcompositorinspector.cpp:445–450 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
443
};
444
445
void WlCompositorInspector::objectAdded(QObject *obj)
446
{
447
if (auto *compositor = qobject_cast<QWaylandCompositor *>(obj)) {
448
init(compositor);
449
}
450
}
451
452
void WlCompositorInspector::objectSelected(QObject *obj)
453
{
Callers
nothing calls this directly
Calls
1
init
Function · 0.50
Tested by
no test coverage detected