Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ qobjectPropertyOffset
Function
qobjectPropertyOffset
common/propertysyncer.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
using namespace GammaRay;
23
24
static int qobjectPropertyOffset()
25
{
26
return QObject::staticMetaObject.propertyCount();
27
}
28
29
PropertySyncer::PropertySyncer(QObject *parent)
30
: QObject(parent)
Callers
3
addObject
Method · 0.85
handleMessage
Method · 0.85
propertyChanged
Method · 0.85
Calls
1
propertyCount
Method · 0.80
Tested by
no test coverage detected