mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-23 07:03:54 -07:00
some fixes
This commit is contained in:
parent
d1a8b6602b
commit
4bf4bbea6a
8 changed files with 37 additions and 24 deletions
|
|
@ -16,8 +16,6 @@ private:
|
|||
CardZone *origZone;
|
||||
bool sortByName, sortByType;
|
||||
public:
|
||||
enum { Type = typeZoneView };
|
||||
int type() const { return Type; }
|
||||
ZoneViewZone(Player *_p, CardZone *_origZone, int _numberCards = -1, QGraphicsItem *parent = 0);
|
||||
~ZoneViewZone();
|
||||
QRectF boundingRect() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue