aboutsummaryrefslogtreecommitdiffstats
path: root/stats/barseries.h
diff options
context:
space:
mode:
Diffstat (limited to 'stats/barseries.h')
-rw-r--r--stats/barseries.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stats/barseries.h b/stats/barseries.h
index 5d592d4fa..d5cfb10e4 100644
--- a/stats/barseries.h
+++ b/stats/barseries.h
@@ -104,6 +104,7 @@ private:
double value_from;
double value_to;
int bin_nr;
+ bool selected;
QColor fill;
void updatePosition(BarSeries *series, bool horizontal, bool stacked,
double from, double to, int binCount);
@@ -146,6 +147,7 @@ private:
bool stacked);
std::vector<QString> makeInfo(const Item &item, int subitem) const;
int binCount() const;
+ void divesSelected(const QVector<dive *> &) override;
};
#endif