mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Ref T180, formatting
This commit is contained in:
@@ -103,7 +103,7 @@ namespace BlackMisc
|
||||
QString CServer::getServerSessionId() const
|
||||
{
|
||||
if (!this->isConnected()) { return ""; }
|
||||
const QString session("%1 %2:%3 %4 %5");
|
||||
static const QString session("%1 %2:%3 %4 %5");
|
||||
return session.arg(this->getName(), this->getAddress()).arg(this->getPort()).arg(this->getUser().getRealName(), this->getFormattedUtcTimestampHms());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user