-----------------------------------------------------------------------------
| 275 | |
| 276 | //----------------------------------------------------------------------------- |
| 277 | MatchMatrixImageItem::MatchMatrixImageItem( |
| 278 | QImage const& image, MatchMatrixWindowPrivate* q) |
| 279 | : QGraphicsPixmapItem(QPixmap::fromImage(image)), q_ptr(q) |
| 280 | { |
| 281 | this->setAcceptHoverEvents(true); |
| 282 | } |
| 283 | |
| 284 | //----------------------------------------------------------------------------- |
| 285 | void MatchMatrixImageItem::hoverEnterEvent(QGraphicsSceneHoverEvent* event) |
nothing calls this directly
no outgoing calls
no test coverage detected