diff options
Diffstat (limited to 'stats/boxseries.h')
-rw-r--r-- | stats/boxseries.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stats/boxseries.h b/stats/boxseries.h index ce48397ea..ccf8b9883 100644 --- a/stats/boxseries.h +++ b/stats/boxseries.h @@ -23,6 +23,7 @@ public: void updatePositions() override; bool hover(QPointF pos) override; void unhighlight() override; + void selectItemsUnderMouse(const QPointF &point) override; // Note: this expects that all items are added with increasing pos // and that no bar is inside another bar, i.e. lowerBound and upperBound |