AlwaysRevealTopCard done, issue #31 fixed

This commit is contained in:
Max-Wilhelm Bruker 2012-04-01 11:45:01 +02:00
parent 840b577f42
commit c835a827b0
6 changed files with 20 additions and 5 deletions

View file

@ -5,6 +5,8 @@
class PileZone : public CardZone {
Q_OBJECT
private slots:
void callUpdate() { update(); }
public:
PileZone(Player *_p, const QString &_name, bool _isShufflable, bool _contentsKnown, QGraphicsItem *parent = 0);
QRectF boundingRect() const;