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

Method AbstractThreeDAttributes

src/KDChart/KDChartAbstractThreeDAttributes.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26AbstractThreeDAttributes::AbstractThreeDAttributes()
27 : _d(new Private())
28{
29}
30
31AbstractThreeDAttributes::AbstractThreeDAttributes(const AbstractThreeDAttributes &r)
32 : _d(new Private(*r.d))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected