summaryrefslogtreecommitdiff
path: root/noncore/games/solitaire/freecellcardgame.h
Side-by-side diff
Diffstat (limited to 'noncore/games/solitaire/freecellcardgame.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/solitaire/freecellcardgame.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/noncore/games/solitaire/freecellcardgame.h b/noncore/games/solitaire/freecellcardgame.h
index f1b09ab..2df751b 100644
--- a/noncore/games/solitaire/freecellcardgame.h
+++ b/noncore/games/solitaire/freecellcardgame.h
@@ -48,3 +48,3 @@ public:
Card *tempCard = card;
-
+
while ((tempCard != NULL)) {
@@ -64,2 +64,3 @@ public:
+
virtual bool isAllowedToBeMoved(Card *card) {
@@ -140,2 +141,3 @@ public:
// virtual void mouseMoveCard(Card *card, QPoint p) { Q_UNUSED(card); Q_UNUSED(p); }
+ virtual void checkUnusable();
void readConfig( Config& cfg );
@@ -144,2 +146,3 @@ public:
private:
+ bool checkNeeded(Card *card);
FreecellFreecellPile *freecellPiles[8];