aboutsummaryrefslogtreecommitdiffstats
path: root/stats/pieseries.h
diff options
context:
space:
mode:
Diffstat (limited to 'stats/pieseries.h')
-rw-r--r--stats/pieseries.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/stats/pieseries.h b/stats/pieseries.h
index 1a132ebc3..7545e5176 100644
--- a/stats/pieseries.h
+++ b/stats/pieseries.h
@@ -65,7 +65,8 @@ private:
ChartItemPtr<InformationBox> information;
QPointF center; // center of drawing area
double radius; // radius of pie
- int highlighted;
+ int highlighted; // -1: no item highlighted
+ int lastClicked; // -1: no item clicked
void divesSelected(const QVector<dive *> &) override;
};