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

Method LineAttributes

src/KDChart/KDChartLineAttributes.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39LineAttributes::LineAttributes()
40 : _d(new Private())
41{
42}
43
44LineAttributes::LineAttributes(const LineAttributes &r)
45 : _d(new Private(*r.d))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected