This commit is contained in:
doitux
2007-01-14 19:58:40 +00:00
parent b6337d7061
commit 64d394f64c
113 changed files with 1135 additions and 1112 deletions
+2 -1
View File
@@ -25,6 +25,7 @@ using namespace std;
Log::Log(mainWindowImpl* w) : myW(w)
{
myW->setLog(this);
}
@@ -32,7 +33,7 @@ Log::~Log()
{
}
void Log::showPlayerActionLogMsg(string playerName, int &action, int &setValue) const {
void Log::showPlayerActionLogMsg(string playerName, int action, int setValue) const {
QString msg;
msg = QString::fromStdString(playerName);