mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Pass primitive types by value (#935)
This commit is contained in:
@@ -166,7 +166,7 @@ void SSDPServer::readPendingDatagrams()
|
||||
}
|
||||
}
|
||||
|
||||
void SSDPServer::sendMSearchResponse(const QString& st, const QString& senderIp, const quint16& senderPort)
|
||||
void SSDPServer::sendMSearchResponse(const QString& st, const QString& senderIp, quint16 senderPort)
|
||||
{
|
||||
QString message = UPNP_MSEARCH_RESPONSE.arg(SSDP_MAX_AGE
|
||||
, QDateTime::currentDateTimeUtc().toString("ddd, dd MMM yyyy HH:mm:ss GMT")
|
||||
|
Reference in New Issue
Block a user