mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 03:28:41 -07:00
Fix typo again.
This commit is contained in:
parent
0070c66339
commit
0da5c8be3a
1 changed files with 1 additions and 1 deletions
|
@ -888,7 +888,7 @@ QTorrentHandle QBtSession::addMagnetUri(QString magnet_uri, bool resumed, bool f
|
||||||
|
|
||||||
libtorrent::parse_magnet_uri(magnet_uri.toUtf8().constData(), p, ec);
|
libtorrent::parse_magnet_uri(magnet_uri.toUtf8().constData(), p, ec);
|
||||||
if (ec) {
|
if (ec) {
|
||||||
addConsoleMessage(tr("Couldn't parse this Magnet URI: '1%'").arg(magnet_uri));
|
addConsoleMessage(tr("Couldn't parse this Magnet URI: '%1'").arg(magnet_uri));
|
||||||
return h;
|
return h;
|
||||||
}
|
}
|
||||||
const QString hash(misc::toQString(p.info_hash));
|
const QString hash(misc::toQString(p.info_hash));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue