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:
Charles Kerr
2020-11-02 09:16:12 -06:00
committed by GitHub
parent 73fdd722a7
commit 0bfbc3eba7
48 changed files with 536 additions and 640 deletions

View File

@@ -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 &rarr; 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 &rarr; Update Tracker.
<p>
<div class="pagetitle">
<h1>What does 'scrape' mean? </h1>
@@ -40,5 +39,5 @@
</div>
</body>
</html>