| 34 | } |
| 35 | |
| 36 | AbstractArea::AbstractArea() |
| 37 | : QObject() |
| 38 | , KDChart::AbstractAreaBase() |
| 39 | , KDChart::AbstractLayoutItem() |
| 40 | { |
| 41 | init(); |
| 42 | } |
| 43 | |
| 44 | AbstractArea::~AbstractArea() |
| 45 | { |
nothing calls this directly
no outgoing calls
no test coverage detected