refs #199, further slot logging for network / simulator , added log method for bool values

This commit is contained in:
Klaus Basan
2014-04-10 18:08:55 +02:00
parent 4776b1e650
commit 6580ec48d5
6 changed files with 43 additions and 8 deletions

View File

@@ -217,6 +217,11 @@ namespace BlackCore
qDebug() << func << p1 << p2 << p3 << p4; return;
}
void CRuntime::logSlot(const char *func, bool boolValue) const
{
qDebug() << func << boolValue;
}
/*
* Init runtime
*/