diff --git a/src/barchart/bar.cpp b/src/barchart/bar.cpp index 879eebb..e66e790 100644 --- a/src/barchart/bar.cpp +++ b/src/barchart/bar.cpp @@ -41,6 +41,7 @@ void Bar::mousePressEvent(QGraphicsSceneMouseEvent *event) void Bar::hoverEnterEvent(QGraphicsSceneHoverEvent *event) { + Q_UNUSED(event) emit hovered(true); emit hovered(m_barset, true); }