aboutsummaryrefslogtreecommitdiffstats
path: root/stats/boxseries.h
diff options
context:
space:
mode:
Diffstat (limited to 'stats/boxseries.h')
-rw-r--r--stats/boxseries.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stats/boxseries.h b/stats/boxseries.h
index 2285e11c5..cd54ea86b 100644
--- a/stats/boxseries.h
+++ b/stats/boxseries.h
@@ -39,6 +39,7 @@ private:
double lowerBound, upperBound;
StatsQuartiles q;
QString binName;
+ bool selected;
Item(StatsView &view, BoxSeries *series, double lowerBound, double upperBound, const StatsQuartiles &q, const QString &binName);
~Item();
void updatePosition(BoxSeries *series);
@@ -52,6 +53,7 @@ private:
ChartItemPtr<InformationBox> information;
std::vector<std::unique_ptr<Item>> items;
int highlighted; // -1: no item highlighted
+ void divesSelected(const QVector<dive *> &) override;
};
#endif