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

Method BackgroundAttributes

src/KDChart/KDChartBackgroundAttributes.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected