mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Update URL to libtorrent settings
This commit is contained in:
parent
bd672c4c4e
commit
6aa5abf298
2 changed files with 2 additions and 2 deletions
|
@ -383,7 +383,7 @@ void AdvancedSettings::loadAdvancedSettings()
|
||||||
static_cast<QLabel *>(cellWidget(QBITTORRENT_HEADER, PROPERTY))->setAlignment(Qt::AlignCenter | Qt::AlignVCenter);
|
static_cast<QLabel *>(cellWidget(QBITTORRENT_HEADER, PROPERTY))->setAlignment(Qt::AlignCenter | Qt::AlignVCenter);
|
||||||
|
|
||||||
auto *labelLibtorrentLink = new QLabel(
|
auto *labelLibtorrentLink = new QLabel(
|
||||||
makeLink(QLatin1String("https://www.libtorrent.org/reference.html")
|
makeLink(QLatin1String("https://www.libtorrent.org/reference-Settings.html")
|
||||||
, tr("Open documentation"))
|
, tr("Open documentation"))
|
||||||
, this);
|
, this);
|
||||||
labelLibtorrentLink->setOpenExternalLinks(true);
|
labelLibtorrentLink->setOpenExternalLinks(true);
|
||||||
|
|
|
@ -950,7 +950,7 @@
|
||||||
</table>
|
</table>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset class="settings">
|
<fieldset class="settings">
|
||||||
<legend>QBT_TR(libtorrent Section)QBT_TR[CONTEXT=OptionsDialog] (<a href="https://www.libtorrent.org/reference.html" target="_blank">QBT_TR(Open documentation)QBT_TR[CONTEXT=HttpServer]</a>)</legend>
|
<legend>QBT_TR(libtorrent Section)QBT_TR[CONTEXT=OptionsDialog] (<a href="https://www.libtorrent.org/reference-Settings.html" target="_blank">QBT_TR(Open documentation)QBT_TR[CONTEXT=HttpServer]</a>)</legend>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue