Skip to content
  • Alexander Rettig's avatar
    vtkQtLabelRenderStrategyInternals: expose in a header · 54910fc0
    Alexander Rettig authored and Ben Boeckel's avatar Ben Boeckel committed
    The implementation detail class `vtkQtLabelRenderStrategy::Internals` is
    moved to an own header file `vtkQtLabelRenderStrategyInternals.h` as
    otherwise it is not possible to cleanly derive from
    `vtkQtLabelRenderStrategy`: a derived class needs access to the
    `Internals` to be able to modify relevant functionality and therefore it
    must see the definition of that class.
    
    Fixes #17395
    54910fc0