diff options
Diffstat (limited to 'stats/boxseries.h')
-rw-r--r-- | stats/boxseries.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stats/boxseries.h b/stats/boxseries.h index ccf8b9883..d4ec09ac8 100644 --- a/stats/boxseries.h +++ b/stats/boxseries.h @@ -23,7 +23,7 @@ public: void updatePositions() override; bool hover(QPointF pos) override; void unhighlight() override; - void selectItemsUnderMouse(const QPointF &point) override; + void selectItemsUnderMouse(const QPointF &point, bool shiftPressed) 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 |