sideboarding crash fix

This commit is contained in:
Max-Wilhelm Bruker 2010-09-22 16:12:43 +02:00
parent 79a3a1a0b4
commit 235d591778
3 changed files with 8 additions and 2 deletions

View file

@ -8,7 +8,8 @@ enum GraphicsItemType {
typeCardDrag = QGraphicsItem::UserType + 2,
typeZone = QGraphicsItem::UserType + 3,
typePlayerTarget = QGraphicsItem::UserType + 4,
typeOther = QGraphicsItem::UserType + 5
typeDeckViewCardContainer = QGraphicsItem::UserType + 5,
typeOther = QGraphicsItem::UserType + 6
};
class AbstractGraphicsItem : public QGraphicsItem {