minor cleanups and optimizations

This commit is contained in:
Max-Wilhelm Bruker 2010-03-06 22:10:50 +01:00
parent b2f83541e7
commit 2c9a8c2b57
15 changed files with 391 additions and 248 deletions

View file

@ -24,6 +24,8 @@ private:
QPoint gridPoint;
bool beingPointedAt;
CardDragItem *dragItem;
void playCard(QGraphicsSceneMouseEvent *event);
public:
enum { Type = typeCard };
int type() const { return Type; }