some bugfixes in Log and guiLog
This commit is contained in:
@@ -126,21 +126,6 @@ guiLog::~guiLog()
|
||||
{
|
||||
delete myLogDir;
|
||||
delete myHtmlLogFile;
|
||||
if(SQLITE_LOG) {
|
||||
sqlite3_close(mySqliteLogDb);
|
||||
// delete mySqliteLogDb;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void guiLog::closeLogDbAtExit()
|
||||
{
|
||||
if(SQLITE_LOG) {
|
||||
// close sqlite-db
|
||||
sqlite3_close(mySqliteLogDb);
|
||||
// delete mySqliteLogDb;
|
||||
mySqliteLogDb = NULL;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -44,8 +44,7 @@ public:
|
||||
|
||||
public slots:
|
||||
|
||||
void closeLogDbAtExit();
|
||||
void logPlayerActionMsg(QString playerName, int playerID, int action, int setValue);
|
||||
void logPlayerActionMsg(QString playerName, int playerID, int action, int setValue);
|
||||
void logNewGameHandMsg(int gameID, int handID);
|
||||
void logNewBlindsSetsMsg(int sbSet, int bbSet, QString sbName, QString bbName);
|
||||
void logPlayerWinsMsg(QString playerName, int pot, bool main);
|
||||
|
||||
Reference in New Issue
Block a user