Running astyle.

This commit is contained in:
lotodore
2012-03-03 14:24:00 +00:00
parent 06145f30e9
commit 295610fbf9
5 changed files with 20 additions and 16 deletions
+3 -1
View File
@@ -78,7 +78,9 @@ public:
void setMySqliteLogFileName(std::string theValue) {
mySqliteLogFileName = theValue;
}
std::string getMySqliteLogFileName() { return mySqliteLogFileName; }
std::string getMySqliteLogFileName() {
return mySqliteLogFileName;
}
signals:
void signalLogPlayerActionMsg(QString playerName, int action, int setValue);