mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
sideboarding crash fix
This commit is contained in:
parent
79a3a1a0b4
commit
235d591778
3 changed files with 8 additions and 2 deletions
|
|
@ -49,6 +49,8 @@ private:
|
|||
QPixmap bgPixmap;
|
||||
static const int rowSpacing = 5;
|
||||
public:
|
||||
enum { Type = typeDeckViewCardContainer };
|
||||
int type() const { return Type; }
|
||||
DeckViewCardContainer(const QString &_name);
|
||||
QRectF boundingRect() const;
|
||||
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue