From d85b3217840656bf371cd64264ee472a68c3141a Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 31 Jan 2021 20:48:12 +0100 Subject: statistics: show selected dives in scatter plot As a visual feedback, show the selected dives in the scatter plot. React to application-wide selection changes. Currently, the dive list is deactivated while in statistics mode, but that may change. Signed-off-by: Berthold Stoeger --- stats/statsseries.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stats/statsseries.cpp') 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 &) +{ +} -- cgit v1.2.3-70-g09d2