Merge pull request #15142 from Chocobo1/warning

Use proper signed number type
This commit is contained in:
Chocobo1
2021-07-01 11:35:04 +08:00
committed by GitHub
97 changed files with 105 additions and 105 deletions

View File

@@ -76,7 +76,7 @@ namespace BitTorrent
class TorrentImpl final : public QObject, public Torrent
{
Q_DISABLE_COPY(TorrentImpl)
Q_DISABLE_COPY_MOVE(TorrentImpl)
Q_DECLARE_TR_FUNCTIONS(BitTorrent::TorrentImpl)
public: