mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Minor improvements
* space in message * removed ns Simulation * Doxygen
This commit is contained in:
@@ -97,7 +97,7 @@ namespace BlackMisc
|
||||
for (const auto &key : keys)
|
||||
{
|
||||
QString time = contains(key) ? QDateTime::fromMSecsSinceEpoch(value(key).second, Qt::UTC).toString(Qt::ISODate) : "no timestamp";
|
||||
result.push_back(key + "(" + time + ")");
|
||||
result.push_back(key + " (" + time + ")");
|
||||
}
|
||||
return result.join(",");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user