MCPcopy Create free account
hub / github.com/KDAB/KDChart / GridAttributes

Method GridAttributes

src/KDChart/KDChartGridAttributes.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54GridAttributes::GridAttributes()
55 : _d(new Private())
56{
57 // this block left empty intentionally
58}
59
60GridAttributes::GridAttributes(const GridAttributes &r)
61 : _d(new Private(*r.d))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected