| 14 | #include <QWheelEvent> |
| 15 | |
| 16 | ZoomWidget::ZoomWidget(QWidget *parent) |
| 17 | : KDChart::Widget(parent) |
| 18 | { |
| 19 | setFocusPolicy(Qt::WheelFocus); |
| 20 | } |
| 21 | |
| 22 | QPointF ZoomWidget::findNewZoomCenter(const QPoint &pos) |
| 23 | { |
nothing calls this directly
no outgoing calls
no test coverage detected