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

Method TextAttributes

src/KDChart/KDChartTextAttributes.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56TextAttributes::TextAttributes()
57 : _d(new Private())
58{
59}
60
61TextAttributes::TextAttributes(const TextAttributes &r)
62 : _d(new Private(*r.d))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected