changing card deck styles works basically

This commit is contained in:
doitux
2009-03-30 19:01:54 +00:00
parent b34e423ac3
commit 6a1e2ca351
4 changed files with 41 additions and 35 deletions
+6 -4
View File
@@ -44,10 +44,10 @@ class MyAvatarLabel;
class settingsDialogImpl;
class startWindowImpl;
class QColor;
class SDLPlayer;
// class StyleSheetReader;
class GameTableStyleReader;
class CardDeckStyleReader;
class SDLPlayer;
class gameTableImpl: public QMainWindow, public Ui::gameTable {
Q_OBJECT
@@ -412,7 +412,9 @@ private:
int voteOnKickTimeoutSecs;
unsigned playerAboutToBeKickedId;
// StyleSheetReader *myStyleSheetReader;
GameTableStyleReader *myGameTableStyle;
CardDeckStyleReader *myCardDeckStyle;
friend class GuiWrapper;
};