################################################################ ################### Private implementation ##################### ################################################################
| 132 | // ################### Private implementation ##################### |
| 133 | // ################################################################ |
| 134 | AbstractPlotPrivate::AbstractPlotPrivate(AbstractPlot* owner) |
| 135 | : WorksheetElementContainerPrivate(owner) |
| 136 | , q(owner) { |
| 137 | } |
nothing calls this directly
no outgoing calls
no test coverage detected