mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Merge pull request #13419 from silverqx/patch-1
Fix fully-qualified-moc-types clazy warning
This commit is contained in:
commit
1a3091a980
1 changed files with 2 additions and 2 deletions
|
@ -516,8 +516,8 @@ namespace BitTorrent
|
|||
void torrentStorageMoveFailed(BitTorrent::TorrentHandle *const torrent, const QString &targetPath, const QString &error);
|
||||
void torrentStorageMoveFinished(BitTorrent::TorrentHandle *const torrent, const QString &newPath);
|
||||
void torrentsUpdated(const QVector<BitTorrent::TorrentHandle *> &torrents);
|
||||
void torrentTagAdded(TorrentHandle *const torrent, const QString &tag);
|
||||
void torrentTagRemoved(TorrentHandle *const torrent, const QString &tag);
|
||||
void torrentTagAdded(BitTorrent::TorrentHandle *const torrent, const QString &tag);
|
||||
void torrentTagRemoved(BitTorrent::TorrentHandle *const torrent, const QString &tag);
|
||||
void trackerError(BitTorrent::TorrentHandle *const torrent, const QString &tracker);
|
||||
void trackerlessStateChanged(BitTorrent::TorrentHandle *const torrent, bool trackerless);
|
||||
void trackersAdded(BitTorrent::TorrentHandle *const torrent, const QVector<BitTorrent::TrackerEntry> &trackers);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue