minor changes, implemented 'doesn't untap' and facedown cards

This commit is contained in:
Max-Wilhelm Bruker 2009-04-07 21:37:57 +02:00
parent e6d6162426
commit a429a4a004
37 changed files with 198 additions and 101 deletions

View file

@ -65,7 +65,7 @@ private:
Qt::SortOrder order;
public:
CardInfoCompare(int _column, Qt::SortOrder _order) : column(_column), order(_order) { }
bool operator()(CardInfo *a, CardInfo *b) const
inline bool operator()(CardInfo *a, CardInfo *b) const
{
bool result;
switch (column) {