mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #199, further slot logging for network / simulator , added log method for bool values
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user