| 23 | #define d (d_func()) |
| 24 | |
| 25 | AbstractArea::Private::Private() |
| 26 | : AbstractAreaBase::Private() |
| 27 | { |
| 28 | // this block left empty intentionally |
| 29 | } |
| 30 | |
| 31 | AbstractArea::Private::~Private() |
| 32 | { |
nothing calls this directly
no outgoing calls
no test coverage detected