| 38 | #define d d_func() |
| 39 | |
| 40 | HeaderFooter::HeaderFooter(Chart *parent) |
| 41 | : TextArea(new Private()) |
| 42 | { |
| 43 | setParent(parent); |
| 44 | init(); |
| 45 | } |
| 46 | |
| 47 | HeaderFooter::~HeaderFooter() |
| 48 | { |
nothing calls this directly
no outgoing calls
no test coverage detected