| 21 | using namespace KDChart; |
| 22 | |
| 23 | TextArea::Private::Private() |
| 24 | : AbstractAreaBase::Private() |
| 25 | { |
| 26 | // this block left empty intentionally |
| 27 | } |
| 28 | |
| 29 | TextArea::Private::~Private() |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected