MCPcopy 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

22using namespace GammaRay;
23
24static int qobjectPropertyOffset()
25{
26 return QObject::staticMetaObject.propertyCount();
27}
28
29PropertySyncer::PropertySyncer(QObject *parent)
30 : QObject(parent)

Callers 3

addObjectMethod · 0.85
handleMessageMethod · 0.85
propertyChangedMethod · 0.85

Calls 1

propertyCountMethod · 0.80

Tested by

no test coverage detected