bounds checking for card movement

This commit is contained in:
Max-Wilhelm Bruker 2009-06-11 18:51:06 +02:00
parent 2fbfddf86b
commit 611544b8cc
2 changed files with 13 additions and 6 deletions

View file

@ -81,8 +81,7 @@ void LibraryZone::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
setCursor(Qt::OpenHandCursor);
}
void LibraryZone::mouseReleaseEvent(QGraphicsSceneMouseEvent *event)
void LibraryZone::mouseReleaseEvent(QGraphicsSceneMouseEvent */*event*/)
{
Q_UNUSED(event);
setCursor(Qt::OpenHandCursor);
}