This commit is contained in:
doitux
2007-02-04 13:46:27 +00:00
parent ff6c1e5cbd
commit a7fa1b03e7
11 changed files with 87 additions and 28 deletions
+4 -1
View File
@@ -40,11 +40,14 @@ public:
~Log();
void logPlayerActionMsg(std::string playName, int action, int setValue) const;
void logPlayerActionMsg(std::string playName, int action, int setValue);
void logNewGameHandMsg(int gameID, int handID);
private:
int linesInFile;
mainWindowImpl *myW;
ConfigFile *myConfig;
QFile *myLogFile;