This commit is contained in:
doitux
2007-01-31 22:48:44 +00:00
parent 52288967ef
commit a36e212577
6 changed files with 37 additions and 34 deletions
+3 -5
View File
@@ -29,7 +29,7 @@
class Game;
class Session;
class LogWidgetImpl;
class Log;
class ConfigFile;
class BoardInterface;
@@ -49,7 +49,7 @@ public:
void setGame(Game*);
void setHand(HandInterface*);
void setSession(Session*);
void setLogWidgetImpl(LogWidgetImpl*);
void setLog(Log*);
int getMaxQuantityPlayers() const { return maxQuantityPlayers; }
@@ -161,11 +161,9 @@ private:
Game *actualGame;
HandInterface *actualHand;
Session *mySession;
Log *myLog;
ConfigFile *myConfig;
LogWidgetImpl *myLogWidget;
//MyPixmapCardsLabel
MyCardsPixmapLabel *pixmapLabel_cardBoard0;
MyCardsPixmapLabel *pixmapLabel_cardBoard1;