mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
refs #937 Resolved clazy warnings: QString::arg.
This commit is contained in:
@@ -380,7 +380,7 @@ namespace BlackMisc
|
||||
|
||||
// todo: Replace assert with input validation
|
||||
Q_ASSERT_X(CNetworkUtils::isValidIPv4Address(p), "CDBusServer::p2pAddress", "Wrong IP in String");
|
||||
return QString("tcp:host=%1,port=%2").arg(h).arg(p);
|
||||
return QString("tcp:host=%1,port=%2").arg(h, p);
|
||||
}
|
||||
|
||||
const QString &CDBusServer::p2pConnectionName()
|
||||
|
||||
Reference in New Issue
Block a user