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

Method MarkerAttributes

src/KDChart/KDChartMarkerAttributes.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48MarkerAttributes::MarkerAttributes()
49 : _d(new Private)
50{
51}
52
53MarkerAttributes::MarkerAttributes(const MarkerAttributes &r)
54 : _d(new Private(*r._d))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected