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

Method ValueTrackerAttributes

src/KDChart/KDChartValueTrackerAttributes.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50ValueTrackerAttributes::ValueTrackerAttributes()
51 : _d(new Private())
52{
53}
54
55ValueTrackerAttributes::ValueTrackerAttributes(const ValueTrackerAttributes &r)
56 : _d(new Private(*r.d))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected