Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ addProperty
Method
addProperty
core/metaobject.cpp:51–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void MetaObject::addProperty(MetaProperty *property)
52
{
53
Q_ASSERT(property);
54
// TODO: sort
55
property->setMetaObject(this);
56
m_properties.push_back(property);
57
}
58
59
QString MetaObject::className() const
60
{
Callers
2
initIOTypes
Method · 0.45
testQtObject
Method · 0.45
Calls
1
setMetaObject
Method · 0.45
Tested by
1
testQtObject
Method · 0.36