adjust gui functions for new show cards procedures

This commit is contained in:
doitux
2010-07-22 12:12:57 +00:00
parent aae32164ff
commit dd337c4da0
4 changed files with 48 additions and 49 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ private:
MyCardsPixmapLabel *boardCardsArray[5];
MyCardsPixmapLabel *holeCardsArray[MAX_NUMBER_OF_PLAYERS][2];
QPixmap *flipside;
QPixmap flipside;
// Dialogs
startWindowImpl *myStartWindow;