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

Method RulerAttributes

src/KDChart/KDChartRulerAttributes.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74RulerAttributes::RulerAttributes()
75 : _d(new Private())
76{
77 // this block left empty intentionally
78}
79
80RulerAttributes::RulerAttributes(const RulerAttributes &r)
81 : _d(new Private(*r.d))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected