mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Replace Utils::String::fromStdString() by QString::fromStdString()
This commit is contained in:
parent
87384ca2a2
commit
fa2128cbae
9 changed files with 38 additions and 44 deletions
|
@ -51,7 +51,7 @@ TrackerEntry::TrackerEntry(const TrackerEntry &other)
|
|||
|
||||
QString TrackerEntry::url() const
|
||||
{
|
||||
return Utils::String::fromStdString(m_nativeEntry.url);
|
||||
return QString::fromStdString(m_nativeEntry.url);
|
||||
}
|
||||
|
||||
int TrackerEntry::tier() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue