mirror of
https://github.com/transmission/transmission.git
synced 2026-04-19 16:31:13 +01:00
Sonarcloud warnings 4 (#1499)
* chore: fix some sonarcloud html warnings (e.g. deprecated attribute use) * chore: uppercase literal suffixes * chore: remove redundant casts * chore: remove commented-out code * chore: use qInfo() instead of std::cerr
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
<body>
|
||||
<div id="mainbox">
|
||||
<div id="banner">
|
||||
<a name="menus"></a>
|
||||
<div id="machelp"><a class="bread" href="../index.html">Transmission Help</a>
|
||||
</div>
|
||||
<div id="index">
|
||||
@@ -19,7 +18,7 @@
|
||||
<div class="pagetitle">
|
||||
<h1>Can I add and remove trackers in my torrents? </h1>
|
||||
</div>
|
||||
<p>Yes. To add trackers to a currently running torrent, go to Inspector -> Tracker, and click the plus button (+). To remove them, click minus button (-). Multiple trackers can also be added to torrent files you create. Each newly-added tracker will be placed in a new tier.
|
||||
<p>Yes. To add trackers to a currently running torrent, go to Inspector → Tracker, and click the plus button (+). To remove them, click minus button (-). Multiple trackers can also be added to torrent files you create. Each newly-added tracker will be placed in a new tier.
|
||||
<p>
|
||||
<div class="pagetitle">
|
||||
<h1>What is 'Tier 1', 'Tier 2', etc? </h1>
|
||||
@@ -29,7 +28,7 @@
|
||||
<div class="pagetitle">
|
||||
<h1>What does 'announce' mean? </h1>
|
||||
</div>
|
||||
<p>When Transmission <em>announces</em>, it is updating its presence to the tracker and asking for more peers. This happens periodically, at the discretion of the tracker, however can be manually invoked via Transfers menu >> Update Tracker.
|
||||
<p>When Transmission <em>announces</em>, it is updating its presence to the tracker and asking for more peers. This happens periodically, at the discretion of the tracker, however can be manually invoked via Transfers menu → Update Tracker.
|
||||
<p>
|
||||
<div class="pagetitle">
|
||||
<h1>What does 'scrape' mean? </h1>
|
||||
@@ -40,5 +39,5 @@
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user