mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Use https for documentation links
This commit is contained in:
@@ -289,7 +289,7 @@ void AdvancedSettings::loadAdvancedSettings()
|
|||||||
|
|
||||||
addRow(LIBTORRENT_HEADER, tr("libtorrent Section"), &labelLibtorrentLink);
|
addRow(LIBTORRENT_HEADER, tr("libtorrent Section"), &labelLibtorrentLink);
|
||||||
item(LIBTORRENT_HEADER, PROPERTY)->setFont(boldFont);
|
item(LIBTORRENT_HEADER, PROPERTY)->setFont(boldFont);
|
||||||
labelLibtorrentLink.setText(QString("<a href=\"%1\">%2</a>").arg("http://www.libtorrent.org/reference.html").arg(tr("Open documentation")));
|
labelLibtorrentLink.setText(QString("<a href=\"%1\">%2</a>").arg("https://www.libtorrent.org/reference.html").arg(tr("Open documentation")));
|
||||||
labelLibtorrentLink.setOpenExternalLinks(true);
|
labelLibtorrentLink.setOpenExternalLinks(true);
|
||||||
// Disk write cache
|
// Disk write cache
|
||||||
spin_cache.setMinimum(-1);
|
spin_cache.setMinimum(-1);
|
||||||
|
|||||||
Reference in New Issue
Block a user