This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
class Game;
|
||||
class Session;
|
||||
class Log;
|
||||
class LogWidgetImpl;
|
||||
class ConfigFile;
|
||||
|
||||
class BoardInterface;
|
||||
@@ -49,7 +49,7 @@ public:
|
||||
void setGame(Game*);
|
||||
void setHand(HandInterface*);
|
||||
void setSession(Session*);
|
||||
void setLog(Log*);
|
||||
void setLogWidgetImpl(LogWidgetImpl*);
|
||||
|
||||
int getMaxQuantityPlayers() const { return maxQuantityPlayers; }
|
||||
|
||||
@@ -161,9 +161,11 @@ private:
|
||||
Game *actualGame;
|
||||
HandInterface *actualHand;
|
||||
Session *mySession;
|
||||
Log *myLog;
|
||||
|
||||
ConfigFile *myConfig;
|
||||
|
||||
LogWidgetImpl *myLogWidget;
|
||||
|
||||
//MyPixmapCardsLabel
|
||||
MyCardsPixmapLabel *pixmapLabel_cardBoard0;
|
||||
MyCardsPixmapLabel *pixmapLabel_cardBoard1;
|
||||
|
||||
Reference in New Issue
Block a user