mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 03:06:37 +03:00
Use fully-qualified type names
Fixed fully-qualified-moc-types clazy warnings
This commit is contained in:
parent
04d345251e
commit
97df5667e7
1 changed files with 2 additions and 2 deletions
|
@ -514,8 +514,8 @@ namespace BitTorrent
|
||||||
void torrentStorageMoveFailed(BitTorrent::TorrentHandle *const torrent, const QString &targetPath, const QString &error);
|
void torrentStorageMoveFailed(BitTorrent::TorrentHandle *const torrent, const QString &targetPath, const QString &error);
|
||||||
void torrentStorageMoveFinished(BitTorrent::TorrentHandle *const torrent, const QString &newPath);
|
void torrentStorageMoveFinished(BitTorrent::TorrentHandle *const torrent, const QString &newPath);
|
||||||
void torrentsUpdated(const QVector<BitTorrent::TorrentHandle *> &torrents);
|
void torrentsUpdated(const QVector<BitTorrent::TorrentHandle *> &torrents);
|
||||||
void torrentTagAdded(TorrentHandle *const torrent, const QString &tag);
|
void torrentTagAdded(BitTorrent::TorrentHandle *const torrent, const QString &tag);
|
||||||
void torrentTagRemoved(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 trackerError(BitTorrent::TorrentHandle *const torrent, const QString &tracker);
|
||||||
void trackerlessStateChanged(BitTorrent::TorrentHandle *const torrent, bool trackerless);
|
void trackerlessStateChanged(BitTorrent::TorrentHandle *const torrent, bool trackerless);
|
||||||
void trackersAdded(BitTorrent::TorrentHandle *const torrent, const QVector<BitTorrent::TrackerEntry> &trackers);
|
void trackersAdded(BitTorrent::TorrentHandle *const torrent, const QVector<BitTorrent::TrackerEntry> &trackers);
|
||||||
|
|
Loading…
Reference in a new issue