crash fix

This commit is contained in:
Max-Wilhelm Bruker 2010-12-01 14:56:50 +01:00
parent 8bd8b6218e
commit 6e567d5b2f
6 changed files with 34 additions and 26 deletions

View file

@ -35,6 +35,9 @@ private:
QMenu *cardMenu, *moveMenu;
void playCard(QGraphicsSceneMouseEvent *event);
void prepareDelete();
public slots:
void deleteLater();
public:
enum { Type = typeCard };
int type() const { return Type; }