Have servatrice inform players of sideboard size

Ref #142
This commit is contained in:
Daenyth 2014-06-28 00:36:08 -04:00
parent c0bd7db658
commit 4c2a553f03
7 changed files with 38 additions and 12 deletions

View file

@ -160,7 +160,9 @@ public:
void cleanList();
bool isEmpty() const { return root->isEmpty() && name.isEmpty() && comments.isEmpty() && sideboardPlans.isEmpty(); }
QStringList getCardList() const;
int getSideboardSize() const;
QString getDeckHash() const { return deckHash; }
void updateDeckHash();