mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06:00
Move utilities to core/utils folder.
Also move the names to Utils namespace.
This commit is contained in:
@@ -202,7 +202,7 @@ PeerAddress PeerInfo::address() const
|
||||
|
||||
QString PeerInfo::client() const
|
||||
{
|
||||
return String::fromStdString(m_nativeInfo.client);
|
||||
return Utils::String::fromStdString(m_nativeInfo.client);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user