@@ -491,7 +491,6 @@ namespace BitTorrent
491491 void categoryAdded (const QString &categoryName);
492492 void categoryRemoved (const QString &categoryName);
493493 void categoryOptionsChanged (const QString &categoryName);
494- void fullDiskError (Torrent *torrent, const QString &msg);
495494 void IPFilterParsed (bool error, int ruleCount);
496495 void metadataDownloaded (const TorrentInfo &info);
497496 void restored ();
@@ -502,6 +501,10 @@ namespace BitTorrent
502501 void subcategoriesSupportChanged ();
503502 void tagAdded (const Tag &tag);
504503 void tagRemoved (const Tag &tag);
504+ void torrentsLoaded (const QList<Torrent *> &torrents);
505+ void torrentsUpdated (const QList<Torrent *> &torrents);
506+ void freeDiskSpaceChecked (qint64 result);
507+
505508 void torrentAboutToBeRemoved (Torrent *torrent);
506509 void torrentAdded (Torrent *torrent);
507510 void torrentCategoryChanged (Torrent *torrent, const QString &oldCategory);
@@ -512,22 +515,20 @@ namespace BitTorrent
512515 void torrentStarted (Torrent *torrent);
513516 void torrentSavePathChanged (Torrent *torrent);
514517 void torrentSavingModeChanged (Torrent *torrent);
515- void torrentsLoaded (const QList<Torrent *> &torrents);
516- void torrentsUpdated (const QList<Torrent *> &torrents);
517518 void torrentTagAdded (Torrent *torrent, const Tag &tag);
518519 void torrentTagRemoved (Torrent *torrent, const Tag &tag);
519520 void torrentContentFileRenamed (Torrent *torrent, int index, const Path &oldFilePath);
520521 void torrentContentFolderRenamed (Torrent *torrent, const Path &newFolderPath
521522 , const Path &oldFolderPath, const QHash<int , Path> &renamedFiles);
522523 void torrentContentFolderRenamingFailed (Torrent *torrent, const Path &newFolderPath, const Path &oldFolderPath
523524 , const QHash<int , Path> &renamedFiles, const QList<int > &failedFileIndexes);
524- void trackerError (Torrent *torrent, const QString &tracker );
525+ void torrentIOError (Torrent *torrent, const QString &message );
525526 void trackersAdded (Torrent *torrent, const QList<TrackerEntry> &trackers);
526527 void trackersReset (Torrent *torrent, const QList<TrackerEntryStatus> &oldEntries, const QList<TrackerEntry> &newEntries);
527528 void trackersRemoved (Torrent *torrent, const QStringList &trackers);
528529 void trackerSuccess (Torrent *torrent, const QString &tracker);
529530 void trackerWarning (Torrent *torrent, const QString &tracker);
531+ void trackerError (Torrent *torrent, const QString &tracker);
530532 void trackerEntryStatusesUpdated (Torrent *torrent, const QHash<QString, TrackerEntryStatus> &updatedTrackers);
531- void freeDiskSpaceChecked (qint64 result);
532533 };
533534}
0 commit comments