@@ -41,6 +41,7 void Bar::mousePressEvent(QGraphicsSceneMouseEvent *event) | |||||
41 |
|
41 | |||
42 | void Bar::hoverEnterEvent(QGraphicsSceneHoverEvent *event) |
|
42 | void Bar::hoverEnterEvent(QGraphicsSceneHoverEvent *event) | |
43 | { |
|
43 | { | |
|
44 | Q_UNUSED(event) | |||
44 | emit hovered(true); |
|
45 | emit hovered(true); | |
45 | emit hovered(m_barset, true); |
|
46 | emit hovered(m_barset, true); | |
46 | } |
|
47 | } |
General Comments 0
You need to be logged in to leave comments.
Login now