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 cd54ea86b..75e6cfa49 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; - bool selectItemsUnderMouse(const QPointF &point, bool shiftPressed) override; + bool selectItemsUnderMouse(const QPointF &point, SelectionModifier modifier) 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 |