mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Replace Utils::String::toStdString() by QString::toStdString()
This commit is contained in:
parent
7539bee5c5
commit
ffdcfe9686
9 changed files with 34 additions and 40 deletions
|
@ -35,7 +35,7 @@
|
|||
using namespace BitTorrent;
|
||||
|
||||
TrackerEntry::TrackerEntry(const QString &url)
|
||||
: m_nativeEntry(libtorrent::announce_entry(Utils::String::toStdString(url)))
|
||||
: m_nativeEntry(libtorrent::announce_entry(url.toStdString()))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue