From ecfed708ae9ff5d2806ce71c0705c4bb303a7283 2012-04-11 09:56:28 From: Jani Honkonen Date: 2012-04-11 09:56:28 Subject: [PATCH] warnings are errors --- 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); }