doubleclick on cards in hand

This commit is contained in:
Max-Wilhelm Bruker 2009-07-10 23:06:20 +02:00
parent 9749423d62
commit 44c64322d3
8 changed files with 91 additions and 15 deletions

View file

@ -60,6 +60,7 @@ public:
QString getPowTough() const { return powtough; }
QStringList getText() const { return text; }
QString getMainCardType() const;
int getTableRow() const;
void addToSet(CardSet *set);
QPixmap *loadPixmap();
QPixmap *getPixmap(QSize size);