| 32 | |
| 33 | |
| 34 | void Painter2DBase::highlightElement(QPainter* /*painter*/, Plot2DCanvas* /*canvas*/, const PeakIndex /*element*/) |
| 35 | { |
| 36 | // does nothing by default |
| 37 | } |
| 38 | |
| 39 | void Painter2DBase::paintConvexHull_(QPainter& painter, Plot2DCanvas* canvas, const ConvexHull2D& hull, bool has_identifications) |
| 40 | { |
no test coverage detected