diff options
Diffstat (limited to 'stats/statsseries.cpp')
-rw-r--r-- | stats/statsseries.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stats/statsseries.cpp b/stats/statsseries.cpp index 60e54e127..18fc0a3ff 100644 --- a/stats/statsseries.cpp +++ b/stats/statsseries.cpp @@ -16,3 +16,7 @@ QPointF StatsSeries::toScreen(QPointF p) return xAxis && yAxis ? QPointF(xAxis->toScreen(p.x()), yAxis->toScreen(p.y())) : QPointF(0.0, 0.0); } + +void StatsSeries::divesSelected(const QVector<dive *> &) +{ +} |