mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Use QString literals
This patch covers src/gui and some leftovers from previous commit.
This commit is contained in:
@@ -94,7 +94,7 @@ namespace Utils
|
||||
|
||||
QString subnetToString(const Subnet &subnet)
|
||||
{
|
||||
return subnet.first.toString() + '/' + QString::number(subnet.second);
|
||||
return subnet.first.toString() + u'/' + QString::number(subnet.second);
|
||||
}
|
||||
|
||||
QHostAddress canonicalIPv6Addr(const QHostAddress &addr)
|
||||
|
||||
Reference in New Issue
Block a user