| 13 | using namespace KDChart; |
| 14 | |
| 15 | ChartGraphicsItem::ChartGraphicsItem() |
| 16 | : QGraphicsPolygonItem() |
| 17 | { |
| 18 | } |
| 19 | |
| 20 | ChartGraphicsItem::ChartGraphicsItem(int row, int column) |
| 21 | : QGraphicsPolygonItem() |
nothing calls this directly
no outgoing calls
no test coverage detected